1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-01-29 18:53:51 +02:00

Merge pull request #433 from codingCoffee/bump_version

fix: 🐛 bump alpine version
This commit is contained in:
Simon Aronsson 2020-01-09 20:59:22 +01:00 committed by GitHub
commit c468956fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"]