Skip to content

Commit

Permalink
Fix git image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 13, 2018
1 parent ce25bcd commit 3f07062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM mikefarah/yq:2.1.2 as yq

FROM circleci/circleci-cli:${CLI}-alpine as cli

FROM gofunky/git:${ALPINE}-envload
FROM gofunky/git:alpine${ALPINE}-envload
LABEL maintainer="[email protected]"

COPY --from=yq /usr/bin/yq /usr/local/bin/yq
Expand Down

0 comments on commit 3f07062

Please sign in to comment.