diff --git a/Dockerfile b/Dockerfile index d8fc55489eb2012c2d9a8a8b97bb9c5d1581c431..b0047cb16eb26866c8fdab792b232e20d406b29a 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.10-jdk11 AS base +FROM tomcat:10.1.0-jdk11 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 8ea95043371037a3ae709438c40ccd562bc6213f..5624b76c21e307793e92f1b1cf22a3df6d45b07f 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.10" +- "10.1.0" - "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.10" + org.opencontainers.image.version: "10.1.0" ## 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.10-jdk11 - url: docker://docker.io/library/tomcat@sha256:583110702419312fb98f4887158614a49f01203be537e756dd1ffa4e2dd012c6 +- tag: tomcat:10.1.0-jdk11 + url: docker://docker.io/library/tomcat@sha256:59d378e71a0f3519b9bda3da8a6cca56d47c172cf352ce82a28795fa61df39c0 # List of project maintainers maintainers: