Compare commits

..

2 commits

Author SHA1 Message Date
78248ceaeb Merge pull request 'Update dependency git to v2.30.2-r0' (#12) from renovate/base-dependencies into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #12
2021-03-11 17:44:16 +00:00
00a0cc4e8e Update dependency git to v2.30.2-r0 2021-03-11 14:01:09 +00:00

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.2-r0" && \
git clone https://github.com/asciimoo/morty.git . && \
git checkout "${MORTY_VERSION}"