Skip to content

Commit 52a0901

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal:latest docker digest to 062c52f (#1399)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent deed252 commit 52a0901

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY internal/webhook/ internal/webhook/
2525
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2626
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} GO111MODULE=on go build -a -o manager cmd/main.go
2727

28-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c
28+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:062c52ff973065752b0965787649db2bcf551a6c727a00e95a3eb42cebadbdab
2929
WORKDIR /
3030
COPY --from=builder /opt/app-root/src/manager .
3131
USER 65532:65532

internal/images/custom-scorecard-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COPY internal/test/scorecard/ internal/test/scorecard/
3333
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} GO111MODULE=on go build -a -o cryostat-scorecard-tests \
3434
internal/images/custom-scorecard-tests/main.go
3535

36-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c
36+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:062c52ff973065752b0965787649db2bcf551a6c727a00e95a3eb42cebadbdab
3737

3838
ENV TEST=/usr/local/bin/cryostat-scorecard-tests \
3939
USER_UID=1001 \

0 commit comments

Comments
 (0)