diff --git a/confbatstest/Dockerfile_build b/confbatstest/Dockerfile_build index 86b0524..c0750fd 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:9.5-1731645406@sha256:84c028923cd3c8554c9b5c1423a553a4cb8f3ee88c17a3d87756c9b08f5e8fe7 +FROM registry.access.redhat.com/ubi9/python-39:9.5-1734444862@sha256:daa95bd4459da0314c06a918ead906be049f74f2f19850cf259f06761ddb3979 # 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 73de673..d5f5b1f 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:9.5-1731645406@sha256:84c028923cd3c8554c9b5c1423a553a4cb8f3ee88c17a3d87756c9b08f5e8fe7 +FROM registry.access.redhat.com/ubi9/python-39:9.5-1734444862@sha256:daa95bd4459da0314c06a918ead906be049f74f2f19850cf259f06761ddb3979 # renovate: datasource=github-releases depName=bats-core/bats-core ARG BATS_VERSION=master diff --git a/set-helm-version/Dockerfile b/set-helm-version/Dockerfile index b429bfe..89388a8 100644 --- a/set-helm-version/Dockerfile +++ b/set-helm-version/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-39:9.5-1731645406@sha256:84c028923cd3c8554c9b5c1423a553a4cb8f3ee88c17a3d87756c9b08f5e8fe7 +FROM registry.access.redhat.com/ubi9/python-39:9.5-1734444862@sha256:daa95bd4459da0314c06a918ead906be049f74f2f19850cf259f06761ddb3979 LABEL version="1.1.0" LABEL repository="http://github.com/redhat-cop/github-actions"