diff --git a/Dockerfile b/Dockerfile index c73ad763ae6f683bab5c4883096cbb243ed1a133..d8fc55489eb2012c2d9a8a8b97bb9c5d1581c431 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11 ARG BASE_TAG=1.11 -FROM tomcat:10.0.8-jdk11 AS base +FROM tomcat:10.0.10-jdk11 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index e0568c2c3fb41ab6d6167059590222fb4962eb74..39e98ca4d7a328b5fd2fb58cf99207dc3a9ea3ac 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/apache/tomcat-openjdk11" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "10.0.8" +- "10.0.10" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://tomcat.apache.org/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "opensource" - org.opencontainers.image.version: "10.0.8" + org.opencontainers.image.version: "10.0.10" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "Apache,Tomcat,JDK,server" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: tomcat:10.0.8-jdk11 - url: docker://docker.io/library/tomcat@sha256:cda6b9657096978e182dc27e65bbec99f3996e0a1a78bbfd1ab85db61ed9093c +- tag: tomcat:10.0.10-jdk11 + url: docker://docker.io/library/tomcat@sha256:b672e38935ecc1a6a80c13c1e4a8b5096791ca5c088fefbeb4371679a062e321 # List of project maintainers maintainers: