Skip to content

Commit 39e6e30

Browse files
chore(deps): update ubi image updates
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ef6599a commit 39e6e30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1785156757@sha256:5e231f8c5eab7812a1e2c701ce48c63eb3bb02dc9f372d8fbb59e3e1cd9c493c as builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1788409979@sha256:5e68f09a652ac6627a83c57655e42e24575efb278b54336039c9308607fc6b21 as builder
33

44
USER 1001
55

@@ -32,7 +32,7 @@ ARG ENABLE_WEBHOOKS=true
3232
ENV ENABLE_WEBHOOKS=${ENABLE_WEBHOOKS}
3333
# Use ubi-minimal as minimal base image to package the manager binary
3434
# Refer to https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 for more details
35-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1784705586
35+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1788166357
3636
COPY --from=builder /opt/app-root/src/manager /
3737
COPY --from=builder /opt/app-root/src/snapshotgc /
3838

0 commit comments

Comments
 (0)