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 e2c56a0 + de97dab commit 5caccdeCopy full SHA for 5caccde
Dockerfile
@@ -5,7 +5,7 @@ RUN go mod download
5
COPY . ./
6
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o /helloworld .
7
8
-FROM scratch
+FROM alpine:3.12
9
COPY static /static
10
COPY --from=builder /helloworld /helloworld
11
ENTRYPOINT ["/helloworld"]
0 commit comments