[docker] use go 1.22

This commit is contained in:
Alireza Ahmadi
2024-02-20 21:20:05 +01:00
parent 857f0cb64c
commit 035a1a7b5e

View File

@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder FROM golang:1.22-alpine AS builder
WORKDIR /app WORKDIR /app
ARG TARGETARCH ARG TARGETARCH
RUN apk --no-cache --update add build-base gcc wget unzip RUN apk --no-cache --update add build-base gcc wget unzip