Skip to content

Commit 619fb72

Browse files
chore(deps): update golang docker tag to v1.25.1
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | golang | 1.24.6 | 1.25.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent a43023c commit 619fb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# -> Why static linking? We want to ensure we can switch base-image with little to no effort.
44
# 2. It builds a running environment. This is the environment that exists for the Go binary, and should have all necessary pieces to run the application.
55

6-
FROM golang:1.24.6-alpine AS app
6+
FROM golang:1.25.1-alpine@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS app
77

88
RUN apk add --no-cache git
99

0 commit comments

Comments
 (0)