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.
1 parent 04d4f30 commit d9c45c6Copy full SHA for d9c45c6
Dockerfile
@@ -7,12 +7,11 @@ ENV CGO_ENABLED 0
7
ADD . /src
8
WORKDIR /src
9
RUN go build \
10
- -mod vendor \
11
-ldflags "-X github.com/jpillora/chisel/share.BuildVersion=$(git describe --abbrev=0 --tags)" \
12
-o chisel
13
# container stage
14
FROM alpine
15
RUN apk update && apk add --no-cache ca-certificates
16
WORKDIR /app
17
COPY --from=build-env /src/chisel /app/chisel
18
-ENTRYPOINT ["/app/chisel"]
+ENTRYPOINT ["/app/chisel"]
0 commit comments