From 371336595040c5fd88cbfe4fa2c1c17b9317d786 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 20 Dec 2019 23:28:11 +0100 Subject: [PATCH] Bump version of Web2py for Sahana --- lxc-apps/sahana/lxcfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc-apps/sahana/lxcfile b/lxc-apps/sahana/lxcfile index 36c937f..e7c17a4 100644 --- a/lxc-apps/sahana/lxcfile +++ b/lxc-apps/sahana/lxcfile @@ -13,7 +13,7 @@ RUN EOF # Install web2py git clone --recursive https://github.com/web2py/web2py.git /srv/web2py - git -C /srv/web2py checkout 7035398 + git -C /srv/web2py checkout 6128d03 git -C /srv/web2py submodule update # Fix Web2py urllib import (https://github.com/web2py/pydal/commit/9d2290c)