Skip to content

Commit

Permalink
Bump terraform optional version
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Oct 2, 2024
1 parent 0569b32 commit b446c03
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 @@ -51,7 +51,7 @@ RUN curl -L -o /tmp/tfenv-${TFENV_VERSION}.tar.gz \
RUN ln -s /usr/local/tfenv-${TFENV_VERSION}/bin/tfenv /usr/local/bin/
RUN ln -s /usr/local/tfenv-${TFENV_VERSION}/bin/terraform /usr/local/bin/

RUN tfenv install 1.7.4
RUN tfenv install 1.9.6

ENV TERRAFORM_DEFAULT_VERSION 1.1.4
RUN tfenv install ${TERRAFORM_DEFAULT_VERSION}
Expand Down

0 comments on commit b446c03

Please sign in to comment.