Skip to content

Commit 5c6d18e

Browse files
committed
chore: switch back to master branch
1 parent 74c1ddb commit 5c6d18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pit-service/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM build-env-java AS build-pit
1313
LABEL maintainer="pfeil@kit.edu"
1414
LABEL stage=build-contains-credentials
1515
WORKDIR /kitdm20
16-
RUN git clone -v https://github.com/kit-data-manager/pit-service.git --branch dev-v2 service && \
16+
RUN git clone -v https://github.com/kit-data-manager/pit-service.git --branch master service && \
1717
cd service && \
1818
./gradlew build --stacktrace -x test -x javadoc && \
1919
cp build/libs/TypedPIDMaker*.jar ../

0 commit comments

Comments
 (0)