fix: upgrade terraform in apk (#7146)

This commit is contained in:
Kyle Carberry 2023-04-14 20:10:17 -05:00 committed by GitHub
parent c37f22ba78
commit d3356fa48e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache \
bash \
git \
openssh-client \
terraform=1.3.4-r2 && \
terraform=1.3.4-r3 && \
addgroup \
-g 1000 \
coder && \