Skip to content

Commit a1fe4fe

Browse files
chore: bump golang from 1.24 to 1.25.4
Bumps golang from 1.24 to 1.25.4. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5308e0f commit a1fe4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ARG BASE_IMAGE_GO_DISTROLESS
1818

1919
# Build the image
20-
FROM golang:1.24 AS builder
20+
FROM golang:1.25.4 AS builder
2121

2222
ARG GOPROXY
2323
ENV GOPROXY=$GOPROXY

0 commit comments

Comments
 (0)