We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0569b32 commit b446c03Copy full SHA for b446c03
Dockerfile
@@ -51,7 +51,7 @@ RUN curl -L -o /tmp/tfenv-${TFENV_VERSION}.tar.gz \
51
RUN ln -s /usr/local/tfenv-${TFENV_VERSION}/bin/tfenv /usr/local/bin/
52
RUN ln -s /usr/local/tfenv-${TFENV_VERSION}/bin/terraform /usr/local/bin/
53
54
-RUN tfenv install 1.7.4
+RUN tfenv install 1.9.6
55
56
ENV TERRAFORM_DEFAULT_VERSION 1.1.4
57
RUN tfenv install ${TERRAFORM_DEFAULT_VERSION}
0 commit comments