diff --git a/confbatstest/Dockerfile_build b/confbatstest/Dockerfile_build index f8e1125..6b7f12c 100644 --- a/confbatstest/Dockerfile_build +++ b/confbatstest/Dockerfile_build @@ -46,7 +46,7 @@ RUN curl -L -o /tmp/kubeval-linux-amd64.tar.gz https://github.com/instrumenta/ku /tmp/kubeval --version # Runnable image -FROM registry.access.redhat.com/ubi9/python-39:1-158@sha256:967000729b17efdea309e297f4b1961c38b902a1ef18f6d886b8086c2a12f01f +FROM registry.access.redhat.com/ubi9/python-39:1-161@sha256:28cdbc26c697050370095ff2cffa1b8403f5501720b99f3796efeee896e1727d # renovate: datasource=github-releases depName=bats-core/bats-core ARG BATS_VERSION=master diff --git a/kyverno-cli/Dockerfile_build b/kyverno-cli/Dockerfile_build index f089c4c..d5d88fd 100644 --- a/kyverno-cli/Dockerfile_build +++ b/kyverno-cli/Dockerfile_build @@ -28,7 +28,7 @@ RUN curl -L -o /tmp/kyverno-cli_${KYVERNO_VERSION}_linux_x86_64.tar.gz https://g /tmp/kyverno --help # Runnable image -FROM registry.access.redhat.com/ubi9/python-39:1-158@sha256:967000729b17efdea309e297f4b1961c38b902a1ef18f6d886b8086c2a12f01f +FROM registry.access.redhat.com/ubi9/python-39:1-161@sha256:28cdbc26c697050370095ff2cffa1b8403f5501720b99f3796efeee896e1727d # renovate: datasource=github-releases depName=bats-core/bats-core ARG BATS_VERSION=master diff --git a/redhat-csp-download/Dockerfile_build b/redhat-csp-download/Dockerfile_build index 3fd670f..42f54a7 100644 --- a/redhat-csp-download/Dockerfile_build +++ b/redhat-csp-download/Dockerfile_build @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-39:1-158@sha256:967000729b17efdea309e297f4b1961c38b902a1ef18f6d886b8086c2a12f01f +FROM registry.access.redhat.com/ubi9/python-39:1-161@sha256:28cdbc26c697050370095ff2cffa1b8403f5501720b99f3796efeee896e1727d LABEL version="4.0.0" LABEL repository="http://github.com/redhat-cop/github-actions" diff --git a/set-helm-version/Dockerfile b/set-helm-version/Dockerfile index 316e897..0a98c8a 100644 --- a/set-helm-version/Dockerfile +++ b/set-helm-version/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-39:1-158@sha256:967000729b17efdea309e297f4b1961c38b902a1ef18f6d886b8086c2a12f01f +FROM registry.access.redhat.com/ubi9/python-39:1-161@sha256:28cdbc26c697050370095ff2cffa1b8403f5501720b99f3796efeee896e1727d LABEL version="1.1.0" LABEL repository="http://github.com/redhat-cop/github-actions"