Skip to content

Commit d94eac4

Browse files
committed
Add apk upgrade when building image
1 parent eb135a6 commit d94eac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apk add --no-cache \
66
bash \
77
curl \
88
jq \
9+
&& apk upgrade \
910
&& curl -o terraform.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
1011
&& unzip terraform.zip \
1112
&& mv terraform /usr/local/bin/ \

0 commit comments

Comments
 (0)