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.
1 parent 843e615 commit 3d62a35Copy full SHA for 3d62a35
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM --platform=$BUILDPLATFORM cgr.dev/chainguard/go:1.20 as build
+FROM --platform=$BUILDPLATFORM cgr.dev/chainguard/wolfi-base as build
2
+RUN apk update && apk add build-base git openssh go-1.20
3
4
WORKDIR /work
5
0 commit comments