Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit132f1d0

Browse files
authored
chore: fuzzy match alpine terraform version (#8506)
1 parentdc52df9 commit132f1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/Dockerfile.base

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp