diff --git a/chart-repo-pr-action/Dockerfile b/chart-repo-pr-action/Dockerfile index 939bf82..bf505d6 100644 --- a/chart-repo-pr-action/Dockerfile +++ b/chart-repo-pr-action/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1361.1699548032@sha256:c77792b8084ce5946c68f39024fa460ef7769c0eef3fce995e70299e21a7e166 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1475@sha256:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172 ## According to the GH Actions doc, the user must run as root ## https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user diff --git a/github-dispatches/Dockerfile_build b/github-dispatches/Dockerfile_build index 0192f88..8fde11d 100644 --- a/github-dispatches/Dockerfile_build +++ b/github-dispatches/Dockerfile_build @@ -1,5 +1,5 @@ # Builder image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1361.1699548032@sha256:c77792b8084ce5946c68f39024fa460ef7769c0eef3fce995e70299e21a7e166 AS builder +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1475@sha256:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172 AS builder # renovate: datasource=github-releases depName=stedolan/jq ARG JQ_VERSION=1.6 @@ -9,7 +9,7 @@ RUN curl -L -o /tmp/jq-linux64 https://github.com/stedolan/jq/releases/download/ /tmp/jq-linux64 --version # Runnable image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1361.1699548032@sha256:c77792b8084ce5946c68f39024fa460ef7769c0eef3fce995e70299e21a7e166 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1475@sha256:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172 LABEL version="4.0.0" LABEL repository="http://github.com/redhat-cop/github-actions" diff --git a/s2i/Dockerfile b/s2i/Dockerfile index ee9c2cc..80ac66b 100644 --- a/s2i/Dockerfile +++ b/s2i/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1361.1699548032@sha256:c77792b8084ce5946c68f39024fa460ef7769c0eef3fce995e70299e21a7e166 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1475@sha256:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172 LABEL version="1.0.0" LABEL repository="http://github.com/redhat-cop/github-actions"