mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Merge pull request #16 from jimbocoder/patch-1
fix: Install newer tofu version to support new HCL syntax
This commit is contained in:
commit
3f2b1f3d25
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue