Fix Dockerfile

Fix wrong image
This commit is contained in:
LOVECHEN 2024-02-21 02:04:31 +08:00 committed by GitHub
parent ad38481312
commit 761c68e2f0
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