Skip to content

Commit 178f7ad

Browse files
committedMar 21, 2025
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 <ariobolo@redhat.com>
1 parent df3f7c9 commit 178f7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎oci/Containerfile

+1-1
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)
Please sign in to comment.