We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e6913c + 57dfa31 commit b1e2c95Copy full SHA for b1e2c95
images/alpine-base/examples/go/Dockerfile
@@ -1,6 +1,6 @@
1
ARG BASE=ghcr.io/wolfi-dev/alpine-base
2
3
-FROM golang:1.18 as build
+FROM golang:1.18@sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da as build
4
WORKDIR /go/src/app
5
COPY . .
6
RUN go build -o /go/bin/app
0 commit comments