diff --git a/.rhdh/docker/Dockerfile b/.rhdh/docker/Dockerfile index f1b065836..ec9725e57 100644 --- a/.rhdh/docker/Dockerfile +++ b/.rhdh/docker/Dockerfile @@ -2,7 +2,7 @@ #@follow_tag(registry.redhat.io/rhel9/go-toolset:latest) # https://registry.access.redhat.com/ubi9/go-toolset -FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1775151107@sha256:20df565583170ad5eee098f0c910f1efcad4f3a80edc0cfcc29f11db155acb01 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1775724628@sha256:8c5aeac74b4b60dc2e5e44f6b639186b7ec2fec8f0eb9a36d4a32dcf8e255f52 AS builder ARG TARGETOS ARG TARGETARCH # hadolint ignore=DL3002 @@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma # Install openssl for FIPS support #@follow_tag(registry.redhat.io/ubi9/ubi-minimal:latest) # https://registry.access.redhat.com/ubi9-minimal -FROM registry.access.redhat.com/ubi9-minimal:9.7-1773939694@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 AS runtime +FROM registry.access.redhat.com/ubi9-minimal:9.7-1775623882@sha256:d91be7cea9f03a757d69ad7fcdfcd7849dba820110e7980d5e2a1f46ed06ea3b AS runtime # Downstream uncomment RUN cat /cachi2/cachi2.env #/ Downstream uncomment diff --git a/Dockerfile b/Dockerfile index 09257a0d1..6728f5f26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ #@follow_tag(registry.redhat.io/rhel9/go-toolset:latest) # https://registry.access.redhat.com/ubi9/go-toolset -FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1775151107@sha256:20df565583170ad5eee098f0c910f1efcad4f3a80edc0cfcc29f11db155acb01 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1775724628@sha256:8c5aeac74b4b60dc2e5e44f6b639186b7ec2fec8f0eb9a36d4a32dcf8e255f52 AS builder ARG TARGETOS ARG TARGETARCH # hadolint ignore=DL3002 @@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma # Install openssl for FIPS support #@follow_tag(registry.redhat.io/ubi9/ubi-minimal:latest) # https://registry.access.redhat.com/ubi9-minimal -FROM registry.access.redhat.com/ubi9-minimal:9.7-1773939694@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 AS runtime +FROM registry.access.redhat.com/ubi9-minimal:9.7-1775623882@sha256:d91be7cea9f03a757d69ad7fcdfcd7849dba820110e7980d5e2a1f46ed06ea3b AS runtime # Downstream uncomment # RUN cat /cachi2/cachi2.env #/ Downstream uncomment