chore: pin terraform to 1.5.2 (#8322)

The Alpine ARM builders are no longer behind on releases.
This commit is contained in:
Colin Adler
2023-07-05 12:59:58 -05:00
committed by GitHub
parent 418c9b8743
commit c0835c443d
4 changed files with 17 additions and 29 deletions
+1 -4
View File
@@ -13,11 +13,8 @@ RUN apk add --no-cache \
git \
openssh-client && \
# Use the edge repo, since Terraform doesn't seem to be backported to 3.18.
# TODO: remove =~
# For some reason alpine's ARM builders are offline, so ARM builds will have
# to fall back to 1.5.0.
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
terraform=~1.5-r0 && \
terraform=1.5.2-r0 && \
addgroup \
-g 1000 \
coder && \