Skip to content

Commit a33878f

Browse files
authored
Update Dockerfile
1 parent 2a83a57 commit a33878f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG TARGETARCH
55
ARG VERSION
66

77
COPY . .
8-
RUN GOOS=linux GOARCH=$TARGETARCH go build -o argocd-proxy .
8+
RUN GOOS=linux GOARCH=$TARGETARCH go build -o /bin/argocd-proxy .
99

1010
FROM golang:1.23
1111

0 commit comments

Comments
 (0)