Skip to content

Commit d3356fa

Browse files
authored
fix: upgrade terraform in apk (#7146)
1 parent c37f22b commit d3356fa

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
@@ -12,7 +12,7 @@ RUN apk add --no-cache \
1212
bash \
1313
git \
1414
openssh-client \
15-
terraform=1.3.4-r2 && \
15+
terraform=1.3.4-r3 && \
1616
addgroup \
1717
-g 1000 \
1818
coder && \

0 commit comments

Comments
 (0)