You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/docker/Dockerfile
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ USER root
12
12
13
13
RUN mkdir ${DEPLOY_DIR}
14
14
15
-
RUN curl http://build-n.int.consol.de/repository/citrus-releases/com/consol/citrus/samples/${APP_ARTIFACT}/${APP_VERSION}/${APP_ARTIFACT}-${APP_VERSION}-executable.war -o ${DEPLOY_DIR}/${APP_ARTIFACT}.war
15
+
RUN curl https://labs.consol.de/maven/repository/com/consol/citrus/samples/${APP_ARTIFACT}/${APP_VERSION}/${APP_ARTIFACT}-${APP_VERSION}-executable.war -o ${DEPLOY_DIR}/${APP_ARTIFACT}.war
16
16
17
17
RUN find $DEPLOY_DIR -name '*.war' -exec chmod a+x {} +
0 commit comments