mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-15 09:14:13 +02:00
296f98fe42
- Use latest gobuilder with goreleaser which also publishes docker files.
4 lines
116 B
Docker
4 lines
116 B
Docker
FROM centurylink/ca-certs
|
|
LABEL "com.centurylinklabs.watchtower"="true"
|
|
COPY watchtower /
|
|
ENTRYPOINT ["/watchtower"] |