Compare commits

..

No commits in common. "3129e9ae961811814ea192b30b09f5c373534aba" and "e6980b8c89afdc911ecde48e446c253139f02063" have entirely different histories.

View file

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