From d20860f8b976a75bef9307e72442c9026fd20bd9 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Wed, 22 Dec 2021 16:52:26 +0300 Subject: [PATCH] Update erpnext and frappe versions in example.env --- example.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.env b/example.env index 3233c02e..a6ccb157 100644 --- a/example.env +++ b/example.env @@ -1,10 +1,10 @@ # Reference: https://github.com/frappe/frappe_docker/blob/main/docs/images-and-compose-files.md -FRAPPE_VERSION=v13.16.0 +FRAPPE_VERSION=v13.17.0 DB_PASSWORD=123 # Only with ERPNext override -ERPNEXT_VERSION=v13.16.1 +ERPNEXT_VERSION=v13.17.0 # Only with HTTPS override LETSENCRYPT_EMAIL=mail@example.com