update Dockerfile

This commit is contained in:
ginuerzh
2024-10-11 00:48:47 +08:00
parent 404e099907
commit ac9960de6d
+1 -1
View File
@@ -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