We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a83a57 commit a33878fCopy full SHA for a33878f
Dockerfile
@@ -5,7 +5,7 @@ ARG TARGETARCH
5
ARG VERSION
6
7
COPY . .
8
-RUN GOOS=linux GOARCH=$TARGETARCH go build -o argocd-proxy .
+RUN GOOS=linux GOARCH=$TARGETARCH go build -o /bin/argocd-proxy .
9
10
FROM golang:1.23
11
0 commit comments