fix: 🐛 bump alpine version

Closes: #400
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2020-01-10 01:17:42 +05:30
parent 0fadf456a0
commit 4533cae832
No known key found for this signature in database
GPG key ID: AAD5FB4471DEE92D

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