Fix Dockerfile (#1854)

Fix wrong image
This commit is contained in:
LOVECHEN 2024-02-21 02:34:29 +08:00 committed by GitHub
parent ad38481312
commit 6657fcc96b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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