Skip to content

Commit

Permalink
Remove platform testing arg from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
serjs committed Mar 21, 2020
1 parent 622e60c commit 5429ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GOLANG_VERSION="1.12"

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

0 comments on commit 5429ef8

Please sign in to comment.