Skip to content

Commit 1548367

Browse files
alanraisonChristian Weichel
authored andcommitted
Update terraform to latest (0.13.4)
In order to take advantage of hashicorp/terraform#26192, update to the latest terraform version.
1 parent f6ec775 commit 1548367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/installer/leeway.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ENV GITPOD_INSTALLER_IN_DOCKER="true"
3535
ENV KUBECONFIG="/workspace/kubectl"
3636
RUN apk add --no-cache aws-cli python3 curl git bash ncurses
3737

38-
RUN curl -o terraform.zip -L https://releases.hashicorp.com/terraform/0.13.0/terraform_0.13.0_linux_amd64.zip && \
38+
RUN curl -o terraform.zip -L https://releases.hashicorp.com/terraform/0.13.4/terraform_0.13.4_linux_amd64.zip && \
3939
unzip terraform.zip && \
4040
rm terraform.zip && \
4141
mv terraform /usr/bin
@@ -59,4 +59,4 @@ ENV INSTALLER_LAYOUT_FILE=/dist/layout.yaml
5959
COPY --from=prep /dist ./
6060
COPY install-installer--app/installer /usr/bin/gp-install
6161

62-
ENTRYPOINT ["/dist/entrypoint.sh"]
62+
ENTRYPOINT ["/dist/entrypoint.sh"]

0 commit comments

Comments
 (0)