update: use v14 instead of v13 (#871)

This commit is contained in:
Revant Nandgaonkar
2022-08-03 12:23:32 +05:30
committed by GitHub
parent 67026915dd
commit a20dd916d2
4 changed files with 17 additions and 17 deletions

View File

@@ -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()))")