Skip to content

Commit 68af868

Browse files
[StepSecurity] Apply security best practices
Signed-off-by: StepSecurity Bot <[email protected]>
1 parent 7a27aac commit 68af868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/alpine-base/examples/go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE=ghcr.io/wolfi-dev/alpine-base
22

3-
FROM golang:1.18 as build
3+
FROM golang:1.18@sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da as build
44
WORKDIR /go/src/app
55
COPY . .
66
RUN go build -o /go/bin/app

0 commit comments

Comments
 (0)