We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401041e commit 046dbdbCopy full SHA for 046dbdb
Dockerfile
@@ -1,5 +1,5 @@
1
# Build Step
2
-FROM golang:1.25.7-alpine@sha256:81d49e1de26fa223b9ae0b4d5a4065ff8176a7d80aa5ef0bd9f2eee430afe4d7 as builder
+FROM golang:1.25.7-alpine@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced as builder
3
4
# Dependencies
5
RUN apk update && apk add --no-cache make git
Dockerfile.pack
RUN apk update && apk add --no-cache upx make git
0 commit comments