Skip to content

Commit

Permalink
Always download latest rotation package to the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava committed Oct 9, 2018
1 parent 8924563 commit f0d4ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/rotato/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM golang:1.11
RUN wget https://github.com/cloudfoundry/bosh-bootloader/releases/download/v6.10.3/bbl-v6.10.3_linux_x86-64 -O /usr/local/bin/bbl && \
chmod +x /usr/local/bin/bbl

RUN go get github.com/ishustava/rotato/rotation && mv $GOPATH/bin/rotation $GOPATH/bin/rotato
RUN go get -u github.com/ishustava/rotato/rotation && mv $GOPATH/bin/rotation $GOPATH/bin/rotato

0 comments on commit f0d4ced

Please sign in to comment.