diff --git a/Dockerfile b/Dockerfile index 9ecc814e9777a4aa4ff0081e787586033e8f402a..e66024596f36666cf98903eee930be208baafd6f 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 ghcr.io/fluxcd/kustomize-controller:v0.12.1 as builder +FROM ghcr.io/fluxcd/kustomize-controller:v0.12.2 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 88b65d32593cb5b5ad9f71823f105daf48d825c5..256bf294c396e09fa998c75a493884f47c2b602e 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -6,7 +6,7 @@ name: "fluxcd/kustomize-controller" # List of tags to push for the repository in registry1 tags: -- "v0.12.1" +- "v0.12.2" - "latest" # Build args passed to Dockerfile ARGs @@ -25,7 +25,7 @@ labels: org.opencontainers.image.url: "https://github.com/fluxcd/kustomize-controller" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "fluxcd" - org.opencontainers.image.version: "v0.12.1" + org.opencontainers.image.version: "v0.12.2" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "gitops,kubernetes,kustomize" ## This value can be "opensource" or "commercial"