Skip to content

Commit 6b469b1

Browse files
committed
Hotfix: 'no such file or directory' on docker images
1 parent 43478f6 commit 6b469b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# See BUILDING.md
22

3-
FROM golang:latest as build
3+
FROM golang:latest AS build
44

55
WORKDIR /go/src/app
66
COPY . .
77

8-
RUN make build
8+
RUN make build-static
99

1010
# Now copy it into our base image.
1111
FROM gcr.io/distroless/static-debian12

0 commit comments

Comments
 (0)