Skip to content

Commit 59345fc

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker digest to b9b10f4
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent e639f70 commit 59345fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfiles/Dockerfile.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN CGO_ENABLED=1 GOOS=${TARGETOS} GOARCH=${TARGETARCH} GOEXPERIMENT=strictfipsr
5353
# Build cloudmanager binary
5454
RUN CGO_ENABLED=${CGO_ENABLED} GOOS=linux GOARCH=${TARGETARCH} go build -a -ldflags="-s -w" -tags strictfipsruntime -o cloudmanager ./cmd/cloudmanager/
5555
################################################################################
56-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8d0a8fb39ec907e8ca62cdd24b62a63ca49a30fe465798a360741fde58437a23
56+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6
5757
WORKDIR /
5858
COPY --from=builder /workspace/manager .
5959
COPY --from=builder /workspace/cloudmanager .

0 commit comments

Comments
 (0)