update: use v14 instead of v13 (#871)
This commit is contained in:
committed by
GitHub
parent
67026915dd
commit
a20dd916d2
@@ -5,7 +5,7 @@ Create backup service or stack.
|
||||
version: "3.7"
|
||||
services:
|
||||
backup:
|
||||
image: frappe/erpnext-worker:v13
|
||||
image: frappe/erpnext-worker:v14
|
||||
entrypoint: ["bash", "-c"]
|
||||
command: |
|
||||
for SITE in $(/home/frappe/frappe-bench/env/bin/python -c "import frappe;print(' '.join(frappe.utils.get_sites()))")
|
||||
|
||||
Reference in New Issue
Block a user