Skip to content

Commit 132f1d0

Browse files
authored
chore: fuzzy match alpine terraform version (coder#8506)
1 parent dc52df9 commit 132f1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apk add --no-cache \
1414
openssh-client && \
1515
# Use the edge repo, since Terraform doesn't seem to be backported to 3.18.
1616
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
17-
terraform=1.5.2-r0 && \
17+
terraform=~1.5 && \
1818
addgroup \
1919
-g 1000 \
2020
coder && \

0 commit comments

Comments
 (0)