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 b3b433f84b
commit 6b3b1b6cbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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