We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b2ffdf + 04cbe8b commit 906fe48Copy full SHA for 906fe48
1 file changed
rhel9.Dockerfile
@@ -10,7 +10,7 @@ COPY . .
10
RUN CGO_ENABLED=1 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -tags="strictfipsruntime exclude_graphdriver_btrfs" -o /tmp/s2i ./cmd/s2i
11
12
13
-FROM registry.redhat.io/ubi9-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0
+FROM registry.redhat.io/ubi9-minimal@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68
14
15
COPY --from=builder /tmp/s2i /usr/local/bin/s2i
16
0 commit comments