We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43478f6 commit 6b469b1Copy full SHA for 6b469b1
1 file changed
Dockerfile
@@ -1,11 +1,11 @@
1
# See BUILDING.md
2
3
-FROM golang:latest as build
+FROM golang:latest AS build
4
5
WORKDIR /go/src/app
6
COPY . .
7
8
-RUN make build
+RUN make build-static
9
10
# Now copy it into our base image.
11
FROM gcr.io/distroless/static-debian12
0 commit comments