Update golang Docker tag to v1.22

This commit is contained in:
Renovate Bot 2024-02-17 15:58:50 +00:00
parent 95b679cf0e
commit 4dfc14f1ec

View File

@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.18 as builder FROM golang:1.22-alpine3.18 as builder
# Do not remove `git` here, it is required for getting runner version when executing `make build` # Do not remove `git` here, it is required for getting runner version when executing `make build`
RUN apk add --no-cache make git RUN apk add --no-cache make git