From 9e2fcc6fce15a9af9646ae47dc217b9f04caccab Mon Sep 17 00:00:00 2001 From: Asief Tejani <90562883+asieftejani@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:13:16 +0300 Subject: [PATCH 1/6] changed customapps link --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 7c8e64f2..9b8a2832 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ x-customizable-image: &customizable_image # By default the image used only contains the `frappe` and `erpnext` apps. - # See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md + # See https://github.com/frappe/frappe_docker/blob/main/docs/container-setup/02-build-setup.md # about using custom images. image: ${CUSTOM_IMAGE:-frappe/erpnext}:${CUSTOM_TAG:-$ERPNEXT_VERSION} pull_policy: ${PULL_POLICY:-always} From d6859180cd82dc33e60e690adaa909a8cd54014f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Nov 2025 13:08:44 +0000 Subject: [PATCH 2/6] chore: Update example.env --- example.env | 2 +- pwd.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example.env b/example.env index 8a2c509c..54744f16 100644 --- a/example.env +++ b/example.env @@ -1,6 +1,6 @@ # Reference: https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md -ERPNEXT_VERSION=v15.85.1 +ERPNEXT_VERSION=v15.86.0 DB_PASSWORD=123 diff --git a/pwd.yml b/pwd.yml index 97cc8844..37bf4cc5 100644 --- a/pwd.yml +++ b/pwd.yml @@ -2,7 +2,7 @@ version: "3" services: backend: - image: frappe/erpnext:v15.85.1 + image: frappe/erpnext:v15.86.0 networks: - frappe_network deploy: @@ -18,7 +18,7 @@ services: MARIADB_ROOT_PASSWORD: admin configurator: - image: frappe/erpnext:v15.85.1 + image: frappe/erpnext:v15.86.0 networks: - frappe_network deploy: @@ -47,7 +47,7 @@ services: - logs:/home/frappe/frappe-bench/logs create-site: - image: frappe/erpnext:v15.85.1 + image: frappe/erpnext:v15.86.0 networks: - frappe_network deploy: @@ -102,7 +102,7 @@ services: - db-data:/var/lib/mysql frontend: - image: frappe/erpnext:v15.85.1 + image: frappe/erpnext:v15.86.0 networks: - frappe_network depends_on: @@ -128,7 +128,7 @@ services: - "8080:8080" queue-long: - image: frappe/erpnext:v15.85.1 + image: frappe/erpnext:v15.86.0 networks: - frappe_network deploy: @@ -147,7 +147,7 @@ services: FRAPPE_REDIS_QUEUE: redis://redis-queue:6379 queue-short: - image: frappe/erpnext:v15.85.1 + image: frappe/erpnext:v15.86.0 networks: - frappe_network deploy: @@ -184,7 +184,7 @@ services: condition: on-failure scheduler: - image: frappe/erpnext:v15.85.1 + image: frappe/erpnext:v15.86.0 networks: - frappe_network deploy: @@ -198,7 +198,7 @@ services: - logs:/home/frappe/frappe-bench/logs websocket: - image: frappe/erpnext:v15.85.1 + image: frappe/erpnext:v15.86.0 networks: - frappe_network deploy: From 473081a2add3f01aedc59c73408c26d583c2a0e4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 5 Nov 2025 13:12:32 +0000 Subject: [PATCH 3/6] chore: Update example.env --- example.env | 2 +- pwd.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example.env b/example.env index 54744f16..0a99eb8b 100644 --- a/example.env +++ b/example.env @@ -1,6 +1,6 @@ # Reference: https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md -ERPNEXT_VERSION=v15.86.0 +ERPNEXT_VERSION=v15.87.0 DB_PASSWORD=123 diff --git a/pwd.yml b/pwd.yml index 37bf4cc5..e0366b04 100644 --- a/pwd.yml +++ b/pwd.yml @@ -2,7 +2,7 @@ version: "3" services: backend: - image: frappe/erpnext:v15.86.0 + image: frappe/erpnext:v15.87.0 networks: - frappe_network deploy: @@ -18,7 +18,7 @@ services: MARIADB_ROOT_PASSWORD: admin configurator: - image: frappe/erpnext:v15.86.0 + image: frappe/erpnext:v15.87.0 networks: - frappe_network deploy: @@ -47,7 +47,7 @@ services: - logs:/home/frappe/frappe-bench/logs create-site: - image: frappe/erpnext:v15.86.0 + image: frappe/erpnext:v15.87.0 networks: - frappe_network deploy: @@ -102,7 +102,7 @@ services: - db-data:/var/lib/mysql frontend: - image: frappe/erpnext:v15.86.0 + image: frappe/erpnext:v15.87.0 networks: - frappe_network depends_on: @@ -128,7 +128,7 @@ services: - "8080:8080" queue-long: - image: frappe/erpnext:v15.86.0 + image: frappe/erpnext:v15.87.0 networks: - frappe_network deploy: @@ -147,7 +147,7 @@ services: FRAPPE_REDIS_QUEUE: redis://redis-queue:6379 queue-short: - image: frappe/erpnext:v15.86.0 + image: frappe/erpnext:v15.87.0 networks: - frappe_network deploy: @@ -184,7 +184,7 @@ services: condition: on-failure scheduler: - image: frappe/erpnext:v15.86.0 + image: frappe/erpnext:v15.87.0 networks: - frappe_network deploy: @@ -198,7 +198,7 @@ services: - logs:/home/frappe/frappe-bench/logs websocket: - image: frappe/erpnext:v15.86.0 + image: frappe/erpnext:v15.87.0 networks: - frappe_network deploy: From bfeeee1cc00f2902f5a1f2b61ed24592fe742251 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 7 Nov 2025 17:11:13 +0000 Subject: [PATCH 4/6] chore: Update example.env --- example.env | 2 +- pwd.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example.env b/example.env index 0a99eb8b..2fac23fa 100644 --- a/example.env +++ b/example.env @@ -1,6 +1,6 @@ # Reference: https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md -ERPNEXT_VERSION=v15.87.0 +ERPNEXT_VERSION=v15.87.1 DB_PASSWORD=123 diff --git a/pwd.yml b/pwd.yml index e0366b04..4f93eaab 100644 --- a/pwd.yml +++ b/pwd.yml @@ -2,7 +2,7 @@ version: "3" services: backend: - image: frappe/erpnext:v15.87.0 + image: frappe/erpnext:v15.87.1 networks: - frappe_network deploy: @@ -18,7 +18,7 @@ services: MARIADB_ROOT_PASSWORD: admin configurator: - image: frappe/erpnext:v15.87.0 + image: frappe/erpnext:v15.87.1 networks: - frappe_network deploy: @@ -47,7 +47,7 @@ services: - logs:/home/frappe/frappe-bench/logs create-site: - image: frappe/erpnext:v15.87.0 + image: frappe/erpnext:v15.87.1 networks: - frappe_network deploy: @@ -102,7 +102,7 @@ services: - db-data:/var/lib/mysql frontend: - image: frappe/erpnext:v15.87.0 + image: frappe/erpnext:v15.87.1 networks: - frappe_network depends_on: @@ -128,7 +128,7 @@ services: - "8080:8080" queue-long: - image: frappe/erpnext:v15.87.0 + image: frappe/erpnext:v15.87.1 networks: - frappe_network deploy: @@ -147,7 +147,7 @@ services: FRAPPE_REDIS_QUEUE: redis://redis-queue:6379 queue-short: - image: frappe/erpnext:v15.87.0 + image: frappe/erpnext:v15.87.1 networks: - frappe_network deploy: @@ -184,7 +184,7 @@ services: condition: on-failure scheduler: - image: frappe/erpnext:v15.87.0 + image: frappe/erpnext:v15.87.1 networks: - frappe_network deploy: @@ -198,7 +198,7 @@ services: - logs:/home/frappe/frappe-bench/logs websocket: - image: frappe/erpnext:v15.87.0 + image: frappe/erpnext:v15.87.1 networks: - frappe_network deploy: From 8b84b7a96719ef417324702002d6cd6d6868c224 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 10 Nov 2025 11:22:23 +0000 Subject: [PATCH 5/6] chore: Update example.env --- example.env | 2 +- pwd.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example.env b/example.env index 2fac23fa..50f7f7f9 100644 --- a/example.env +++ b/example.env @@ -1,6 +1,6 @@ # Reference: https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md -ERPNEXT_VERSION=v15.87.1 +ERPNEXT_VERSION=v15.87.2 DB_PASSWORD=123 diff --git a/pwd.yml b/pwd.yml index 4f93eaab..c769d87e 100644 --- a/pwd.yml +++ b/pwd.yml @@ -2,7 +2,7 @@ version: "3" services: backend: - image: frappe/erpnext:v15.87.1 + image: frappe/erpnext:v15.87.2 networks: - frappe_network deploy: @@ -18,7 +18,7 @@ services: MARIADB_ROOT_PASSWORD: admin configurator: - image: frappe/erpnext:v15.87.1 + image: frappe/erpnext:v15.87.2 networks: - frappe_network deploy: @@ -47,7 +47,7 @@ services: - logs:/home/frappe/frappe-bench/logs create-site: - image: frappe/erpnext:v15.87.1 + image: frappe/erpnext:v15.87.2 networks: - frappe_network deploy: @@ -102,7 +102,7 @@ services: - db-data:/var/lib/mysql frontend: - image: frappe/erpnext:v15.87.1 + image: frappe/erpnext:v15.87.2 networks: - frappe_network depends_on: @@ -128,7 +128,7 @@ services: - "8080:8080" queue-long: - image: frappe/erpnext:v15.87.1 + image: frappe/erpnext:v15.87.2 networks: - frappe_network deploy: @@ -147,7 +147,7 @@ services: FRAPPE_REDIS_QUEUE: redis://redis-queue:6379 queue-short: - image: frappe/erpnext:v15.87.1 + image: frappe/erpnext:v15.87.2 networks: - frappe_network deploy: @@ -184,7 +184,7 @@ services: condition: on-failure scheduler: - image: frappe/erpnext:v15.87.1 + image: frappe/erpnext:v15.87.2 networks: - frappe_network deploy: @@ -198,7 +198,7 @@ services: - logs:/home/frappe/frappe-bench/logs websocket: - image: frappe/erpnext:v15.87.1 + image: frappe/erpnext:v15.87.2 networks: - frappe_network deploy: From cb2d0226f7a88273fd8d448f358d9f23c02ec527 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Nov 2025 15:16:56 +0000 Subject: [PATCH 6/6] chore: Update example.env --- example.env | 2 +- pwd.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example.env b/example.env index 50f7f7f9..0f63e40a 100644 --- a/example.env +++ b/example.env @@ -1,6 +1,6 @@ # Reference: https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md -ERPNEXT_VERSION=v15.87.2 +ERPNEXT_VERSION=v15.88.0 DB_PASSWORD=123 diff --git a/pwd.yml b/pwd.yml index c769d87e..4df0b1c9 100644 --- a/pwd.yml +++ b/pwd.yml @@ -2,7 +2,7 @@ version: "3" services: backend: - image: frappe/erpnext:v15.87.2 + image: frappe/erpnext:v15.88.0 networks: - frappe_network deploy: @@ -18,7 +18,7 @@ services: MARIADB_ROOT_PASSWORD: admin configurator: - image: frappe/erpnext:v15.87.2 + image: frappe/erpnext:v15.88.0 networks: - frappe_network deploy: @@ -47,7 +47,7 @@ services: - logs:/home/frappe/frappe-bench/logs create-site: - image: frappe/erpnext:v15.87.2 + image: frappe/erpnext:v15.88.0 networks: - frappe_network deploy: @@ -102,7 +102,7 @@ services: - db-data:/var/lib/mysql frontend: - image: frappe/erpnext:v15.87.2 + image: frappe/erpnext:v15.88.0 networks: - frappe_network depends_on: @@ -128,7 +128,7 @@ services: - "8080:8080" queue-long: - image: frappe/erpnext:v15.87.2 + image: frappe/erpnext:v15.88.0 networks: - frappe_network deploy: @@ -147,7 +147,7 @@ services: FRAPPE_REDIS_QUEUE: redis://redis-queue:6379 queue-short: - image: frappe/erpnext:v15.87.2 + image: frappe/erpnext:v15.88.0 networks: - frappe_network deploy: @@ -184,7 +184,7 @@ services: condition: on-failure scheduler: - image: frappe/erpnext:v15.87.2 + image: frappe/erpnext:v15.88.0 networks: - frappe_network deploy: @@ -198,7 +198,7 @@ services: - logs:/home/frappe/frappe-bench/logs websocket: - image: frappe/erpnext:v15.87.2 + image: frappe/erpnext:v15.88.0 networks: - frappe_network deploy: