This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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/
100100RUN 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
106106USER coder
107107
You can’t perform that action at this time.
0 commit comments