We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 308353f + e32b0c1 commit 0c7538bCopy full SHA for 0c7538b
Dockerfile
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: Apache-2.0
4
#*********************************************************************/
5
#build stage
6
-FROM golang:alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS builder
+FROM golang:1.25.7-alpine@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced AS builder
7
8
RUN apk add --no-cache git ca-certificates && update-ca-certificates
9
RUN adduser --disabled-password --gecos "" --home "/nonexistent" --shell "/sbin/nologin" --no-create-home --uid "1000" "scratchuser"
0 commit comments