Skip to content

Commit

Permalink
buildcvs=false
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson committed Nov 17, 2023
1 parent f418f8d commit 164275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app
COPY go.mod ./
RUN go mod download
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -o /shipped23
RUN CGO_ENABLED=0 GOOS=linux go build -buildvcs=false -o /shipped23

FROM debian:bullseye-slim AS release
WORKDIR /
Expand Down

0 comments on commit 164275c

Please sign in to comment.