chore(deps): update golang docker tag to v1.25.4 #6

Merged
matthias merged 1 commits from renovate/golang-1.x into main 2025-11-07 00:25:44 +00:00
Showing only changes of commit 432fc70f6a - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Builder
FROM golang:1.25.3-alpine AS builder
FROM golang:1.25.4-alpine AS builder
WORKDIR /app