Skip to content

Commit

Permalink
Upgrade base image to tomcat:10.1.26-jdk21-temurin-jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
srstsavage committed Aug 4, 2024
1 parent 5b3d807 commit 6eda195
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
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=tomcat:10.1.16-jdk17-temurin-jammy
ARG BASE_IMAGE=tomcat:10.1.26-jdk21-temurin-jammy
#referencing a specific image digest pins our unidata tomcat-docker image to platform amd64 (good)
ARG UNIDATA_TOMCAT_IMAGE=unidata/tomcat-docker:10-jdk17@sha256:af7d3fecec753cbd438f25881deeaf48b40ac1f105971d6f300252e104e39fb2
FROM ${UNIDATA_TOMCAT_IMAGE} as unidata-tomcat-image
Expand Down

0 comments on commit 6eda195

Please sign in to comment.