Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
z0rr0 committed Sep 19, 2024
1 parent 7f73c30 commit 6b5c647
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.23.1"

FROM golang:${GOLANG_VERSION}-alpine as builder
FROM golang:${GOLANG_VERSION}-alpine AS builder
ARG LDFLAGS
WORKDIR /go/src/github.com/z0rr0/gsocks5
COPY . .
Expand Down

0 comments on commit 6b5c647

Please sign in to comment.