Update golang Docker tag to v1.22
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 7m55s
Test Pull Requests / Notify (pull_request) Successful in 2m16s
Build Develop Image / Build Image (push) Successful in 8m50s
Build Develop Image / Notify (push) Successful in 6s

This commit is contained in:
Renovate Bot 2024-04-20 17:46:55 +00:00
parent 6395fac6ab
commit 4450de912a

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`
RUN apk add --no-cache make git