Merge pull request 'chore(deps): update golang docker tag to v1.25.5' (#42) from renovate/golang-1.x into main
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
renovate / renovate (push) Successful in 21s

Reviewed-on: #42
This commit was merged in pull request #42.
This commit is contained in:
2025-12-28 08:07:44 +00:00

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.4-alpine AS go_builder FROM golang:1.25.5-alpine AS go_builder
WORKDIR /src WORKDIR /src
COPY . . COPY . .