more updates to versions

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle
2019-07-24 15:17:02 -07:00
parent 8209a7d3fa
commit 71e347563f
12 changed files with 14 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 v0.3.5
ENV WATCHTOWER_VERSION v0.3.8
RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower /go/src/github.com/containrrr/watchtower