Skip to content

Commit 12c9fc7

Browse files
chore(deps): update all dockerfile images (main) (#2627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecee17f commit 12c9fc7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.rhdh/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#@follow_tag(registry.redhat.io/rhel9/go-toolset:latest)
44
# https://registry.access.redhat.com/ubi9/go-toolset
5-
FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1775151107@sha256:20df565583170ad5eee098f0c910f1efcad4f3a80edc0cfcc29f11db155acb01 AS builder
5+
FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1776213685@sha256:77bfb0f283eaa3215909342c3dda940605eff5b9f72d6dc18fad1d154d172d55 AS builder
66
ARG TARGETOS
77
ARG TARGETARCH
88
# hadolint ignore=DL3002
@@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
3838
# Install openssl for FIPS support
3939
#@follow_tag(registry.redhat.io/ubi9/ubi-minimal:latest)
4040
# https://registry.access.redhat.com/ubi9-minimal
41-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1773939694@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 AS runtime
41+
FROM registry.access.redhat.com/ubi9-minimal:9.7-1776104705@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df AS runtime
4242
# Downstream uncomment
4343
RUN cat /cachi2/cachi2.env
4444
#/ Downstream uncomment

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#@follow_tag(registry.redhat.io/rhel9/go-toolset:latest)
44
# https://registry.access.redhat.com/ubi9/go-toolset
5-
FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1775151107@sha256:20df565583170ad5eee098f0c910f1efcad4f3a80edc0cfcc29f11db155acb01 AS builder
5+
FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1776213685@sha256:77bfb0f283eaa3215909342c3dda940605eff5b9f72d6dc18fad1d154d172d55 AS builder
66
ARG TARGETOS
77
ARG TARGETARCH
88
# hadolint ignore=DL3002
@@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
3838
# Install openssl for FIPS support
3939
#@follow_tag(registry.redhat.io/ubi9/ubi-minimal:latest)
4040
# https://registry.access.redhat.com/ubi9-minimal
41-
FROM registry.access.redhat.com/ubi9-minimal:9.7-1773939694@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183 AS runtime
41+
FROM registry.access.redhat.com/ubi9-minimal:9.7-1776104705@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df AS runtime
4242

4343
# Downstream uncomment
4444
# RUN cat /cachi2/cachi2.env

0 commit comments

Comments
 (0)