Compare commits
No commits in common. "514b8560bc5a6ce7586a56f530c6665e7ccf33f6" and "ca93a6db716ba13ac0a7c136f8666fc768bddc19" have entirely different histories.
514b8560bc
...
ca93a6db71
1 changed files with 1 additions and 1 deletions
|
@ -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="2.30.2-r0" && \
|
||||
git clone https://github.com/asciimoo/morty.git . && \
|
||||
git checkout "${MORTY_VERSION}"
|
||||
|
||||
|
|
Reference in a new issue