Skip to content

Commit

Permalink
Update dependency tfutils/tfenv to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent 8b28397 commit dc76176
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 @@ -2,7 +2,7 @@ FROM alpine

RUN apk add --no-cache bash curl git

ARG TFENV_VERSION=v2.2.2
ARG TFENV_VERSION=v2.2.3
RUN git clone --branch ${TFENV_VERSION} --depth 1 https://github.com/tfutils/tfenv.git ~/.tfenv \
&& ln -s ~/.tfenv/bin/* /usr/local/bin

Expand Down

0 comments on commit dc76176

Please sign in to comment.