We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59246e0 commit e9eb55cCopy full SHA for e9eb55c
scripts/Dockerfile.base
@@ -13,11 +13,8 @@ RUN apk add --no-cache \
13
git \
14
openssh-client && \
15
# 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.
19
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
20
- terraform=~1.5-r0 && \
+ terraform=1.5.2-r0 && \
21
addgroup \
22
-g 1000 \
23
coder && \
0 commit comments