fixed Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2021-06-24 23:15:09 +02:00
parent 514b8560bc
commit 466916972f
Signed by: samuel-p
GPG key ID: 2AD495D17760CB4E

View file

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