From adaa753d894d42e509fc7a2931a481e689bbd26f Mon Sep 17 00:00:00 2001 From: Lev Date: Sat, 11 Dec 2021 11:27:10 +0300 Subject: [PATCH 1/2] fix: Bench initialization with ERPNext v12 on frappe/bench (#613) --- build/bench/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/bench/Dockerfile b/build/bench/Dockerfile index 3947e488..89feb145 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 \ From c2b15431281e470678676bd6b1d9ac0288536850 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Dec 2021 14:01:18 +0530 Subject: [PATCH 2/2] chore(deps): Update pre-commit hooks (#618) Co-authored-by: vrslev --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29f89a33..d43cec58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,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]