mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-01-10 02:49:29 +08:00
Remove superfluous --update flag from cert install
This commit is contained in:
parent
5ec2b2c3ff
commit
6e1b8553e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue