Skip to content

Commit e606350

Browse files
chore(deps): update alpine:3.22 docker digest to 4b7ce07
1 parent 00ff8ad commit e606350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ssl-team-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY go.sum .
88
RUN go install -v ./cmd/ssl-team-client
99

1010
# Start fresh from a smaller image
11-
FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
11+
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
1212
COPY --from=build_go /go/bin/ssl-team-client /app/ssl-team-client
1313
USER 1000
1414
ENTRYPOINT ["/app/ssl-team-client"]

0 commit comments

Comments
 (0)