Remove superfluous --update flag from cert install

This commit is contained in:
Frederik Ring 2022-02-26 16:45:29 +01:00
parent 5ec2b2c3ff
commit 6e1b8553e6

View File

@ -14,7 +14,7 @@ FROM alpine:3.15
WORKDIR /root
RUN apk add --update --no-cache ca-certificates
RUN apk add --no-cache ca-certificates
COPY --from=builder /app/cmd/backup/backup /usr/bin/backup