Skip to content

Commit 3e47174

Browse files
committed
revert docker file changes
Signed-off-by: Mohamed S. Mahmoud <[email protected]>
1 parent 41dbbe6 commit 3e47174

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ ARG TARGETARCH
33
# Build the manager binary
44
FROM docker.io/library/golang:1.24 as builder
55

6+
ARG TARGETARCH
7+
68
ARG LDFLAGS
79

810
WORKDIR /opt/app-root

scripts/generators.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:40
1+
FROM fedora:42
22

33
ARG GOVERSION="1.24.4"
44
ARG PROTOCVERSION

0 commit comments

Comments
 (0)