We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc52df9 commit 132f1d0Copy full SHA for 132f1d0
scripts/Dockerfile.base
@@ -14,7 +14,7 @@ RUN apk add --no-cache \
14
openssh-client && \
15
# Use the edge repo, since Terraform doesn't seem to be backported to 3.18.
16
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
17
- terraform=1.5.2-r0 && \
+ terraform=~1.5 && \
18
addgroup \
19
-g 1000 \
20
coder && \
0 commit comments