Compare commits

..

No commits in common. "61931e029b47f5139c59b4f10751fe4b79d18239" and "480196ed2146db4b834114d8f874c2327b95d45e" 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.33-r1" git="2.30.2-r0" curl="7.74.0-r1" && \
apk add --no-cache tar="1.33-r1" git="2.30.1-r0" curl="7.74.0-r1" && \
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 .