diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46d7226c..7bec6ab7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: types: [shell] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.8.0.1 + rev: v0.8.0.2 hooks: - id: shellcheck args: [-x] diff --git a/build/bench/Dockerfile b/build/bench/Dockerfile index b7427441..a963425e 100644 --- a/build/bench/Dockerfile +++ b/build/bench/Dockerfile @@ -13,6 +13,9 @@ RUN apt-get update \ postgresql-client \ gettext-base \ wget \ + # for ERPNext v12 + # TODO: Remove after v12 is deprecated + python2 \ # for PDF libssl-dev \ fonts-cantarell \