mirror of https://github.com/go-gost/gost.git
update Dockerfile
parent
404e099907
commit
ac9960de6d
|
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=$BUILDPLATFORM golang:1.23-alpine3.20 AS builder
|
||||
FROM golang:1.23-alpine3.20 AS builder
|
||||
|
||||
RUN apk add --no-cache musl-dev git gcc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue