1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-15 09:14:13 +02:00
watchtower/dockerfile/amd64/Dockerfile
Fabrizio Steiner 296f98fe42 - Update to circleci 2.0
- Use latest gobuilder with goreleaser which also publishes docker files.
2017-12-27 09:10:50 +01:00

4 lines
116 B
Docker

FROM centurylink/ca-certs
LABEL "com.centurylinklabs.watchtower"="true"
COPY watchtower /
ENTRYPOINT ["/watchtower"]