You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go.Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# -> Why static linking? We want to ensure we can switch base-image with little to no effort.
4
4
# 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.
5
5
6
-
FROM golang:1.24.6-alpine AS app
6
+
FROM golang:1.25.1-alpine@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS app
0 commit comments