Skip to content
Snippets Groups Projects
Commit ab545e95 authored by Michael Simon's avatar Michael Simon
Browse files

Change version to 2.7.4

parent 94092569
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM alpine/git AS clone
WORKDIR /app
RUN git clone https://git.scc.kit.edu/simon/reg-app.git
WORKDIR /app/reg-app
RUN git checkout tags/2.7.3 -b branch-2.7.3
RUN git checkout tags/2.7.4 -b branch-2.7.4
FROM maven:3.6-openjdk-11-slim AS build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment