chore(deps): update golang docker tag to v1.25.5 #42

Merged
bagas merged 1 commits from renovate/golang-1.x into main 2025-12-28 08:07:45 +00:00
Showing only changes of commit 318003ac9f - Show all commits

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 . .