Update golang Docker tag to v1.25
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Requests / Build Image (pull_request) Successful in 6m40s
Test Pull Requests / Notify (pull_request) Successful in 4s
Build Develop Image / Build Image (push) Successful in 7m24s
Build Develop Image / Notify (push) Successful in 6s

This commit is contained in:
2025-08-24 21:00:26 +00:00
parent 2f0881af98
commit 731baf65f1

View File

@ -1,4 +1,4 @@
FROM golang:1.24-alpine3.22 as builder
FROM golang:1.25-alpine3.22 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