Skip to content

Commit 5429ef8

Browse files
committed
Remove platform testing arg from Dockerfile
1 parent 622e60c commit 5429ef8

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
@@ -1,6 +1,6 @@
11
ARG GOLANG_VERSION="1.12"
22

3-
FROM --platform=$BUILDPLATFORM golang:$GOLANG_VERSION-alpine as builder
3+
FROM golang:$GOLANG_VERSION-alpine as builder
44
WORKDIR /go/src/github.com/olebedev/socks5
55
COPY . .
66
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-s' -o ./socks5

0 commit comments

Comments
 (0)