Skip to content

Commit c13c2c0

Browse files
Update Dockerfile Digest Updates (project-codeflare#483)
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Co-authored-by: konflux-internal-p02[bot] <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 1b50319 commit c13c2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.konflux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.23@sha256:a7d68b27e36edc6befe7dde94dd1db34c728a47df602998bd66c737d84813b5a AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.23@sha256:a198c5bcd1e13f522e31074fbe3caefb9bffbf3188fd61062de39deaab1e079d AS builder
22

33
WORKDIR /workspace
44

@@ -23,7 +23,7 @@ USER root
2323

2424
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 GOEXPERIMENT=strictfipsruntime go build -tags strictfipsruntime -a -o manager main.go
2525

26-
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:a50731d3397a4ee28583f1699842183d4d24fadcc565c4688487af9ee4e13a44
26+
FROM registry.redhat.io/ubi9/ubi-minimal@sha256:21ed5a01130d3a77eb4a26a80de70a4433860255b394e95dc2c26817de1da061
2727
WORKDIR /
2828
COPY --from=builder /workspace/manager .
2929

0 commit comments

Comments
 (0)