Compare commits

..

No commits in common. "bfca955a431bd11e3dd3a31d52fe637138103d31" and "899de93a4f25d8f6e57b838e3f70683c764277b3" 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.1-r0" curl="7.74.0-r0" && \
apk add --no-cache tar="1.33-r1" git="2.30.0-r0" curl="7.74.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 .