Skip to content

Commit e9eb55c

Browse files
committed
chore: pin terraform to 1.5.2
The Alpine ARM builders are no longer behind on releases.
1 parent 59246e0 commit e9eb55c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/Dockerfile.base

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ RUN apk add --no-cache \
1313
git \
1414
openssh-client && \
1515
# Use the edge repo, since Terraform doesn't seem to be backported to 3.18.
16-
# TODO: remove =~
17-
# For some reason alpine's ARM builders are offline, so ARM builds will have
18-
# to fall back to 1.5.0.
1916
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
20-
terraform=~1.5-r0 && \
17+
terraform=1.5.2-r0 && \
2118
addgroup \
2219
-g 1000 \
2320
coder && \

0 commit comments

Comments
 (0)