bump alpine version, and don't install perl

pull/919/head
joshr 2 years ago
parent 80cb5862db
commit 923f8f1a10

@ -1,4 +1,4 @@
FROM alpine:3.16.1 FROM alpine:3.16.2
LABEL maintainer="mail@sobolevn.me" LABEL maintainer="mail@sobolevn.me"
LABEL vendor="git-secret team" LABEL vendor="git-secret team"
@ -14,5 +14,4 @@ RUN apk add --no-cache --update \
# Assumed to be present: # Assumed to be present:
file \ file \
make \ make \
procps \ procps
perl

Loading…
Cancel
Save