Skip to content

Commit 0c7538b

Browse files
Merge branch 'main' into dependabot/go_modules/github.com/lib/pq-1.11.2
2 parents 308353f + e32b0c1 commit 0c7538b

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
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44
#*********************************************************************/
55
#build stage
6-
FROM golang:alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS builder
6+
FROM golang:1.25.7-alpine@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced AS builder
77

88
RUN apk add --no-cache git ca-certificates && update-ca-certificates
99
RUN adduser --disabled-password --gecos "" --home "/nonexistent" --shell "/sbin/nologin" --no-create-home --uid "1000" "scratchuser"

0 commit comments

Comments
 (0)