From ac9960de6db09de3f5878742bcf0e09644881e54 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Fri, 11 Oct 2024 00:48:47 +0800 Subject: [PATCH] update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8cc0a3a..2d608d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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