Compare commits

..

No commits in common. "4be0878a0570db00b52d9e0c94873461a234aba2" and "62dfdfcafc81367f7b9b76df9b8cefb3fd2f5fda" have entirely different histories.

View file

@ -11,7 +11,7 @@ ENV MORTY_VERSION="f56efbfca411605bc7a2b5cc8fcad91df537a597"
WORKDIR $GOPATH/src/github.com/asciimoo/morty
RUN apk upgrade --no-cache && \
apk add --no-cache git="2.30.1-r0" && \
apk add --no-cache git="2.30.0-r0" && \
git clone https://github.com/asciimoo/morty.git . && \
git checkout "${MORTY_VERSION}"