Fix tag describe in makefile (#65)
* Fix tag describe in makefile * Use build directive from makefile
This commit is contained in:
@@ -4,7 +4,7 @@ FROM golang:1.18 as build
|
||||
WORKDIR /usr/src/wireproxy
|
||||
COPY . .
|
||||
|
||||
RUN CGO_ENABLED=0 go build ./cmd/wireproxy
|
||||
RUN make
|
||||
|
||||
# Now copy it into our base image.
|
||||
FROM gcr.io/distroless/static-debian11:nonroot
|
||||
|
||||
Reference in New Issue
Block a user