Merge branch 'master' of https://github.com/containrrr/watchtower into feature/430

This commit is contained in:
Victor Moura 2020-01-09 18:03:29 -03:00
commit a896585ff5
3 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.9 as alpine
FROM alpine:3.11 as alpine
RUN apk add --no-cache \
ca-certificates \
@ -15,4 +15,4 @@ COPY --from=alpine \
/usr/share/zoneinfo
COPY watchtower /
ENTRYPOINT ["/watchtower"]
ENTRYPOINT ["/watchtower"]