Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit e0938b2

Browse files
committed
⬆️ Upgrade Terraform (to v1.0.11), Helm (to v3.7.1), and Golang (to v1.17.3)
1 parent 36fd530 commit e0938b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build/code-server/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ RUN curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | \
7171
install hugo /usr/local/bin/
7272

7373
# install terraform
74-
RUN wget https://releases.hashicorp.com/terraform/1.0.8/terraform_1.0.8_linux_amd64.zip && \
75-
unzip terraform_1.0.8_linux_amd64.zip && \
74+
RUN wget https://releases.hashicorp.com/terraform/1.0.11/terraform_1.0.11_linux_amd64.zip && \
75+
unzip terraform_1.0.11_linux_amd64.zip && \
7676
install terraform /usr/local/bin/
7777

7878
# install helm
79-
RUN wget https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz && \
80-
tar xfvz helm-v3.5.4-linux-amd64.tar.gz linux-amd64/helm && \
79+
RUN wget https://get.helm.sh/helm-v3.7.1-linux-amd64.tar.gz && \
80+
tar xfvz helm-v3.7.1-linux-amd64.tar.gz linux-amd64/helm && \
8181
install linux-amd64/helm /usr/local/bin/
8282

8383
# install aws cli
@@ -100,8 +100,8 @@ RUN cd /root/.cargo/bin && find . -type f | xargs -i install {} /usr/local/bin/
100100
RUN cargo install --git https://github.com/rustwasm/wasm-pack.git
101101

102102
# install golang
103-
RUN wget https://golang.org/dl/go1.17.2.linux-amd64.tar.gz && \
104-
tar -C /usr/local -xzf go1.17.2.linux-amd64.tar.gz
103+
RUN wget https://golang.org/dl/go1.17.3.linux-amd64.tar.gz && \
104+
tar -C /usr/local -xzf go1.17.3.linux-amd64.tar.gz
105105

106106
USER coder
107107

0 commit comments

Comments
 (0)