Skip to content

Commit

Permalink
Bump parent image to Tomcat 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smailliwcs committed Feb 27, 2024
1 parent c686349 commit 615e73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .
WORKDIR /tmp
RUN mvn clean install -pl api -am '-Dmaven.test.skip=true'

FROM tomcat:9.0-jre17-temurin-jammy
FROM tomcat:10.1-jre17-temurin-jammy
RUN useradd -U -d ${CATALINA_HOME} -s /bin/bash tomcat && chown -R tomcat:tomcat ${CATALINA_HOME}
USER tomcat:tomcat
COPY --from=build /tmp/api/target/link-api.war /usr/local/tomcat/webapps/ROOT.war
Expand Down

0 comments on commit 615e73a

Please sign in to comment.