diff --git a/Dockerfile b/Dockerfile index 2dd1a648c34a1cca7513ba8338c40609f493e555..c4c6142c0dab9e5c71585a367f4320932fb3231c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM quay.io/argoproj/argocd:v2.1.1 as argocd +FROM quay.io/argoproj/argocd:v2.1.2 as argocd FROM amazon/aws-cli:2.2.34 as awscli diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5d4ee7febabbaad0388af776b861e1ecdd5bf925..29eac57af06444c855717251a3bfe8260f05f57b 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/argoproj/argocd" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v2.1.1" +- "v2.1.2" - "latest" # Build args passed to Dockerfile ARGs @@ -23,15 +23,15 @@ labels: org.opencontainers.image.licenses: "Apache-2.0" org.opencontainers.image.url: "https://argoproj.github.io/argo-cd" org.opencontainers.image.vendor: "Argo Project" - org.opencontainers.image.version: "v2.1.1" + org.opencontainers.image.version: "v2.1.2" mil.dso.ironbank.image.keywords: "cicd,gitops" mil.dso.ironbank.image.type: "opensource" mil.dso.ironbank.product.name: "argoproj" # List of resources to make available to the offline build context resources: -- url: "docker://quay.io/argoproj/argocd@sha256:c56f688ab4ab93f3da8b3223aa705bbbfa6c4f17568a266187a3e703d3b7a243" - tag: "quay.io/argoproj/argocd:v2.1.1" +- url: "docker://quay.io/argoproj/argocd@sha256:2e0e725c9282bfb7b08bea7dbbfd8dbce6410d670e3f8addd9b6540d818ad520" + tag: "quay.io/argoproj/argocd:v2.1.2" - url: "docker://docker.io/amazon/aws-cli@sha256:9e00cbbcd10bc0bf94f59bec03676f6cccba3e9c4b11be76d36281d7b76ec81f" tag: "amazon/aws-cli:2.2.34"