We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622e60c commit 5429ef8Copy full SHA for 5429ef8
Dockerfile
@@ -1,6 +1,6 @@
1
ARG GOLANG_VERSION="1.12"
2
3
-FROM --platform=$BUILDPLATFORM golang:$GOLANG_VERSION-alpine as builder
+FROM golang:$GOLANG_VERSION-alpine as builder
4
WORKDIR /go/src/github.com/olebedev/socks5
5
COPY . .
6
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-s' -o ./socks5
0 commit comments