chore: remove unused docker deps

This commit is contained in:
2023-07-22 07:09:02 +00:00
parent 2a5a4ccd26
commit 5df71af2fe

View File

@@ -9,7 +9,5 @@ RUN CGO_ENABLED=0 go build -o /hook --ldflags "-w -extldflags '-static' -X cmd.V
# Final image. # Final image.
FROM alpine:latest FROM alpine:latest
RUN apk --no-cache add \
ca-certificates
COPY --from=build-stage /hook /usr/local/bin/hook COPY --from=build-stage /hook /usr/local/bin/hook
ENTRYPOINT ["/usr/local/bin/hook"] ENTRYPOINT ["/usr/local/bin/hook"]