Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle
2020-06-04 18:07:04 -07:00
parent 81c7899bbd
commit b5e75f65d9
11 changed files with 1268 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ RUN apk --no-cache add \
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV WATCHTOWER_VERSION v1.0.1
ENV WATCHTOWER_VERSION v1.0.2
RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower /go/src/github.com/containrrr/watchtower