chore: fuzzy match alpine terraform version (#8506)

This commit is contained in:
Colin Adler 2023-07-13 14:36:45 -05:00 committed by GitHub
parent dc52df940b
commit 132f1d0eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
openssh-client && \
# Use the edge repo, since Terraform doesn't seem to be backported to 3.18.
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
terraform=1.5.2-r0 && \
terraform=~1.5 && \
addgroup \
-g 1000 \
coder && \