mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
alpine - remove the update arg
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
af3d99dafc
commit
de3ec19221
5 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ FROM containrrr/watchtower:1.5.1 as watchtower
|
|||
|
||||
FROM alpine:3.17.1
|
||||
|
||||
RUN apk add --update --no-cache bash
|
||||
RUN apk add --no-cache bash
|
||||
COPY --from=watchtower /watchtower /
|
||||
|
||||
COPY start.sh /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue