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

git checkout Tag 2.7.3

parent 1de0742b
No related branches found
Tags 2.7.3
No related merge requests found
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
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