GO v1.23.0 , docker (#2500)

docker build error
This commit is contained in:
bigbug 2024-08-28 15:15:48 +08:00 committed by GitHub
parent 31d2a4c528
commit 09f087ef13

View file

@ -1,7 +1,7 @@
# ======================================================== # ========================================================
# Stage: Builder # Stage: Builder
# ======================================================== # ========================================================
FROM golang:1.22-alpine AS builder FROM golang:1.23-alpine AS builder
WORKDIR /app WORKDIR /app
ARG TARGETARCH ARG TARGETARCH