diff --git a/.env-dist b/.env-dist index 0dc0b27..feb64f0 100644 --- a/.env-dist +++ b/.env-dist @@ -4,7 +4,7 @@ # There is no special handling of quotation marks. This means that they are # part of the VAL. don't do VAR='' # build -IMG_PYTHON_VERSION=3.11 +IMG_PYTHON_VERSION=3.12 USER=gordon USER_ID=1000 USER_GID=1000 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 375b19e..7382187 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,15 +17,15 @@ repos: - id: shellcheck - id: shfmt - repo: https://github.com/hadolint/hadolint - rev: v2.12.1-beta + rev: v2.13.0-beta hooks: - id: hadolint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.39.0 + rev: v0.40.0 hooks: - id: markdownlint - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.2 + rev: 0.28.3 hooks: - id: check-github-workflows - id: check-github-actions