chore: remove unused docker deps
This commit is contained in:
@@ -9,7 +9,5 @@ RUN CGO_ENABLED=0 go build -o /hook --ldflags "-w -extldflags '-static' -X cmd.V
|
||||
|
||||
# Final image.
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
COPY --from=build-stage /hook /usr/local/bin/hook
|
||||
ENTRYPOINT ["/usr/local/bin/hook"]
|
||||
Reference in New Issue
Block a user