Skip to content

Commit b1e2c95

Browse files
authored
Merge pull request #239 from wolfi-dev/chore/GHA-251948-stepsecurity-remediation
[StepSecurity] Apply security best practices
2 parents 2e6913c + 57dfa31 commit b1e2c95

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)