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:
commit
c468956fc1
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user