Skip to content

Commit

Permalink
Dockerfile still references JDK 8 (#274)
Browse files Browse the repository at this point in the history
* Dockerfile uses tomcat:9.0.58-jdk17-openjdk-slim
  • Loading branch information
z-sztrom authored Aug 16, 2023
1 parent 297f900 commit 2eeb088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-service/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:8.0-jre8
FROM tomcat:9.0.58-jdk17-openjdk-slim
MAINTAINER Eiffel-Community
ARG URL
RUN echo Building RemRem-Publish image based on artifact url: ${URL}
Expand Down

0 comments on commit 2eeb088

Please sign in to comment.