We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ec775 commit 1548367Copy full SHA for 1548367
install/installer/leeway.Dockerfile
@@ -35,7 +35,7 @@ ENV GITPOD_INSTALLER_IN_DOCKER="true"
35
ENV KUBECONFIG="/workspace/kubectl"
36
RUN apk add --no-cache aws-cli python3 curl git bash ncurses
37
38
-RUN curl -o terraform.zip -L https://releases.hashicorp.com/terraform/0.13.0/terraform_0.13.0_linux_amd64.zip && \
+RUN curl -o terraform.zip -L https://releases.hashicorp.com/terraform/0.13.4/terraform_0.13.4_linux_amd64.zip && \
39
unzip terraform.zip && \
40
rm terraform.zip && \
41
mv terraform /usr/bin
@@ -59,4 +59,4 @@ ENV INSTALLER_LAYOUT_FILE=/dist/layout.yaml
59
COPY --from=prep /dist ./
60
COPY install-installer--app/installer /usr/bin/gp-install
61
62
-ENTRYPOINT ["/dist/entrypoint.sh"]
+ENTRYPOINT ["/dist/entrypoint.sh"]
0 commit comments