From 69bf7a9f678327d0cf652f3adbbc647722ffa234 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Dec 2025 10:09:44 +0000 Subject: [PATCH] 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 a179c61a..f6a9a8b9 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.92.0 +ERPNEXT_VERSION=v15.92.1 DB_PASSWORD=123 diff --git a/pwd.yml b/pwd.yml index c484d6af..90ae9ae7 100644 --- a/pwd.yml +++ b/pwd.yml @@ -2,7 +2,7 @@ version: "3" services: backend: - image: frappe/erpnext:v15.92.0 + image: frappe/erpnext:v15.92.1 networks: - frappe_network deploy: @@ -18,7 +18,7 @@ services: MARIADB_ROOT_PASSWORD: admin configurator: - image: frappe/erpnext:v15.92.0 + image: frappe/erpnext:v15.92.1 networks: - frappe_network deploy: @@ -47,7 +47,7 @@ services: - logs:/home/frappe/frappe-bench/logs create-site: - image: frappe/erpnext:v15.92.0 + image: frappe/erpnext:v15.92.1 networks: - frappe_network deploy: @@ -102,7 +102,7 @@ services: - db-data:/var/lib/mysql frontend: - image: frappe/erpnext:v15.92.0 + image: frappe/erpnext:v15.92.1 networks: - frappe_network depends_on: @@ -128,7 +128,7 @@ services: - "8080:8080" queue-long: - image: frappe/erpnext:v15.92.0 + image: frappe/erpnext:v15.92.1 networks: - frappe_network deploy: @@ -147,7 +147,7 @@ services: FRAPPE_REDIS_QUEUE: redis://redis-queue:6379 queue-short: - image: frappe/erpnext:v15.92.0 + image: frappe/erpnext:v15.92.1 networks: - frappe_network deploy: @@ -184,7 +184,7 @@ services: condition: on-failure scheduler: - image: frappe/erpnext:v15.92.0 + image: frappe/erpnext:v15.92.1 networks: - frappe_network deploy: @@ -198,7 +198,7 @@ services: - logs:/home/frappe/frappe-bench/logs websocket: - image: frappe/erpnext:v15.92.0 + image: frappe/erpnext:v15.92.1 networks: - frappe_network deploy: