mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 14:10:12 +01:00
Merge pull request #433 from codingCoffee/bump_version
fix: 🐛 bump alpine version
This commit is contained in:
commit
c468956fc1
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue