Commit 26ca5cf 1 parent 59bd402 commit 26ca5cf Copy full SHA for 26ca5cf
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH"
17
17
WORKDIR $GOPATH
18
18
19
19
# terraform binary used by tfv/tgc
20
- COPY --from=hashicorp/terraform:1.10 .0 /bin/terraform /bin/terraform
20
+ COPY --from=hashicorp/terraform:1.11 .0 /bin/terraform /bin/terraform
21
21
22
22
SHELL ["/bin/bash" , "-c" ]
23
23
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apt-get update && \
29
29
apt-get clean && \
30
30
rm -rf /var/lib/apt/lists/*
31
31
32
- RUN wget https://releases.hashicorp.com/terraform/1.10 .0/terraform_1.10 .0_linux_amd64.zip \
33
- && unzip terraform_1.10 .0_linux_amd64.zip \
34
- && rm terraform_1.10 .0_linux_amd64.zip \
32
+ RUN wget https://releases.hashicorp.com/terraform/1.11 .0/terraform_1.11 .0_linux_amd64.zip \
33
+ && unzip terraform_1.11 .0_linux_amd64.zip \
34
+ && rm terraform_1.11 .0_linux_amd64.zip \
35
35
&& mv ./terraform /bin/terraform
You can’t perform that action at this time.
0 commit comments