diff --git a/Dockerfile b/Dockerfile index c724859..2de5ed0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache \ RUN go get github.com/go-bindata/go-bindata/go-bindata WORKDIR / -RUN git clone https://github.com/EcoMind/img.git -b v0.7.0 +RUN git clone https://github.com/EcoMind/img.git -b v0.8.0 WORKDIR /img RUN make static && mv img /usr/bin/img