We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb135a6 commit d94eac4Copy full SHA for d94eac4
Dockerfile
@@ -6,6 +6,7 @@ RUN apk add --no-cache \
6
bash \
7
curl \
8
jq \
9
+ && apk upgrade \
10
&& curl -o terraform.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
11
&& unzip terraform.zip \
12
&& mv terraform /usr/local/bin/ \
0 commit comments