mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-12 09:04:17 +02:00
7 lines
170 B
Docker
7 lines
170 B
Docker
FROM centurylink/ca-certs
|
|
MAINTAINER CenturyLink Labs <innovationslab@ctl.io>
|
|
LABEL "com.centurylinklabs.watchtower"="true"
|
|
|
|
COPY watchtower /
|
|
ENTRYPOINT ["/watchtower"]
|