Skip to content

Commit 32e8236

Browse files
adrianrioboanjannath
authored andcommitted
fix: Containerfile wrong shasum for builder image.
This commit fixed a regression introduced by renovate update PR. Now the builder image is set to fedora 41 Signed-off-by: Adrian Riobo <[email protected]>
1 parent 1ba5be5 commit 32e8236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Moved to Fedora 41 and install go tools until ubi9 go tools support go 1.23
2-
FROM quay.io/fedora/fedora:43@sha256:cd46550fc71e9401db4ad6e2b992df3278f6874a16d0abf1050e332f376802a5 as builder
2+
FROM quay.io/fedora/fedora:41 as builder
33
RUN dnf install -y make go
44
ARG TARGETARCH
55
USER root

0 commit comments

Comments
 (0)