Skip to content

Commit

Permalink
Merge pull request #23 from OsiriX-Foundation/nikpap_upgrade_versions
Browse files Browse the repository at this point in the history
Update Apache Tomcat version
  • Loading branch information
nikpap authored Aug 26, 2021
2 parents a5000fc + dd4fcbf commit 9366a5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Authorization/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY --chown=gradle:gradle build.gradle /home/gradle/authorization/build.gradle
COPY --chown=gradle:gradle src /home/gradle/authorization/src
RUN gradle war --no-daemon --info

FROM tomcat:9.0.44-jdk11
FROM tomcat:9.0.52-jdk11
ARG VCS_REF
LABEL org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/OsiriX-Foundation/KheopsAuthorization"
Expand Down
2 changes: 1 addition & 1 deletion Authorization/local.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY --chown=gradle:gradle build.gradle /home/gradle/authorization/build.gradle
COPY --chown=gradle:gradle src /home/gradle/authorization/src
RUN gradle war --no-daemon --info

FROM tomcat:9.0.35-jdk11
FROM tomcat:9.0.52-jdk11
ARG VCS_REF
LABEL org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/OsiriX-Foundation/KheopsAuthorization"
Expand Down
2 changes: 1 addition & 1 deletion DICOMwebProxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY --chown=gradle:gradle build.gradle /home/gradle/capabilities/build.gradle
COPY --chown=gradle:gradle src /home/gradle/capabilities/src
RUN gradle war --no-daemon --info

FROM tomcat:9.0.44-jdk11
FROM tomcat:9.0.52-jdk11

COPY --from=build /home/gradle/capabilities/build/libs/capabilities.war /usr/local/tomcat/webapps/capabilities.war
COPY setenv.sh $CATALINA_HOME/bin/setenv.sh
Expand Down
2 changes: 1 addition & 1 deletion Zipper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY --chown=gradle:gradle build.gradle /home/gradle/zipper/build.gradle
COPY --chown=gradle:gradle src /home/gradle/zipper/src
RUN gradle war --no-daemon --info

FROM tomcat:9.0.35-jdk11
FROM tomcat:9.0.52-jdk11


ENV SECRET_FILE_PATH=/run/secrets
Expand Down

0 comments on commit 9366a5d

Please sign in to comment.