[docker] use go 1.22 (#1854)

Fix wrong image
This commit is contained in:
LOVECHEN
2024-02-21 02:34:29 +08:00
committed by MHSanaei
parent ad38481312
commit f8796386dc
2 changed files with 2 additions and 2 deletions

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