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 \
|
RUN apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|
@ -15,4 +15,4 @@ COPY --from=alpine \
|
||||||
/usr/share/zoneinfo
|
/usr/share/zoneinfo
|
||||||
|
|
||||||
COPY watchtower /
|
COPY watchtower /
|
||||||
ENTRYPOINT ["/watchtower"]
|
ENTRYPOINT ["/watchtower"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue