Update golang Docker tag to v1.22

This commit is contained in:
2024-03-31 11:59:48 +00:00
parent 68c050f305
commit 3257a0903c

View File

@@ -1,4 +1,4 @@
FROM golang:1.19-alpine AS builder
FROM golang:1.22-alpine AS builder
ARG RESTIC_VERSION=0.16.0
RUN apk add --no-cache git