diff --git a/Dockerfile b/Dockerfile index 7f6369e73f6c18fb3a8204c3150a2363008b3205..eea743172e837f13717e4a4b75067028c36d2f64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM amazon/aws-cli:2.2.5 as cli +FROM amazon/aws-cli:2.2.6 as cli FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 8d7c129e516f1f4e167d2db18c89048c7f78c13a..61909f53e2c46421f348ef6c5ee808f954134d8d 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/amazon/aws-cli" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2.2.5" +- "2.2.6" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/aws/aws-cli" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Amazon" - org.opencontainers.image.version: "2.2.5" + org.opencontainers.image.version: "2.2.6" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "aws,cli" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- url: "docker://docker.io/amazon/aws-cli@sha256:e2dd93a260d207246cbfd8ea305b560b72e094a1a410ec5dfe90328dd386d0a7" - tag: "amazon/aws-cli:2.2.5" +- url: "docker://docker.io/amazon/aws-cli@sha256:6cec665f0eda68586a0a0b0b478bc126ba3a99756946e9066eb269f65bde5ca6" + tag: "amazon/aws-cli:2.2.6" # List of project maintainers maintainers: