Merge pull request #16 from jimbocoder/patch-1

fix: Install newer tofu version to support new HCL syntax
This commit is contained in:
kvendingoldo 2025-03-20 18:38:20 +01:00 committed by GitHub
commit 3f2b1f3d25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ RUN apk add --no-cache \
setuptools
ARG PRE_COMMIT_VERSION=${PRE_COMMIT_VERSION:-latest}
ARG TOFU_VERSION=${TOFU_VERSION:-1.6.1}
ARG TOFU_VERSION=${TOFU_VERSION:-1.9.0}
# Install pre-commit
RUN [ ${PRE_COMMIT_VERSION} = "latest" ] && pip3 install --no-cache-dir pre-commit \