Update golang Docker tag to v1.23-alpine3.21
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Requests / Build Image (pull_request) Successful in 5m14s
Test Pull Requests / Notify (pull_request) Successful in 2s
Build Develop Image / Build Image (push) Successful in 5m10s
Build Develop Image / Notify (push) Successful in 2s

This commit is contained in:
Renovate Bot 2024-12-14 01:00:19 +00:00
parent 0b2ad25ee4
commit a340954a4e
Signed by: renovate-bot
GPG Key ID: 1EF920F7538833A3

View File

@ -1,4 +1,4 @@
FROM golang:1.23-alpine3.20 as builder
FROM golang:1.23-alpine3.21 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