Skip to content

Commit b446c03

Browse files
committed
Bump terraform optional version
1 parent 0569b32 commit b446c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN curl -L -o /tmp/tfenv-${TFENV_VERSION}.tar.gz \
5151
RUN ln -s /usr/local/tfenv-${TFENV_VERSION}/bin/tfenv /usr/local/bin/
5252
RUN ln -s /usr/local/tfenv-${TFENV_VERSION}/bin/terraform /usr/local/bin/
5353

54-
RUN tfenv install 1.7.4
54+
RUN tfenv install 1.9.6
5555

5656
ENV TERRAFORM_DEFAULT_VERSION 1.1.4
5757
RUN tfenv install ${TERRAFORM_DEFAULT_VERSION}

0 commit comments

Comments
 (0)