Skip to content

Commit e2b0e03

Browse files
authored
Merge pull request #9 from gianlucam76/bump
Fix Dockerfile
2 parents a2882d6 + e2221b0 commit e2b0e03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Build the manager binary
2-
FROM golang:1.22.5 as builder
2+
FROM golang:1.22.5 AS builder
3+
4+
ARG BUILDOS
5+
ARG TARGETARCH
36

47
WORKDIR /workspace
58
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)