Compare commits

..

No commits in common. "f8c6cb07e885a14994e17dae33f3a2a4e5945491" and "d3cbd910d0f946f99a5901fd5db8640072d2fded" have entirely different histories.

View file

@ -11,7 +11,7 @@ ENV FILTRON_VERSION="v0.2.0"
WORKDIR $GOPATH/src/github.com/asciimoo/filtron
RUN apk upgrade --no-cache && \
apk add --no-cache tar="1.34-r0" git="2.30.2-r0" curl="7.77.0-r1" && \
apk add --no-cache tar="1.34-r0" git="2.30.2-r0" curl="7.77.0-r0" && \
curl -L "https://github.com/asciimoo/filtron/archive/${FILTRON_VERSION}.tar.gz" | tar xvz --strip 1
RUN go get -d -v && gofmt -l ./ && go build .