diff --git a/lxc-apps/openmapkit/app b/lxc-apps/openmapkit/app index 7c92353..60d0c59 100644 --- a/lxc-apps/openmapkit/app +++ b/lxc-apps/openmapkit/app @@ -1,5 +1,5 @@ { - "version": "0.12.0-200621", + "version": "0.12.0-201021", "meta": { "title": "OpenMapKit", "desc-cs": "Sběr mapových dat", @@ -8,7 +8,7 @@ }, "containers": { "openmapkit": { - "image": "openmapkit_0.12.0-200621", + "image": "openmapkit_0.12.0-201021", "mounts": { "openmapkit/omk_conf/add-ca-cert.env": "srv/openmapkit/add-ca-cert.env:file", "openmapkit/omk_conf/settings.js": "srv/openmapkit/settings.js:file", diff --git a/lxc-apps/openmapkit/image b/lxc-apps/openmapkit/image index 726a6e9..63a6382 100644 --- a/lxc-apps/openmapkit/image +++ b/lxc-apps/openmapkit/image @@ -1,5 +1,5 @@ -IMAGE openmapkit_0.12.0-200621 -FROM alpine3.10-nodejs10_10.19.0-200621 +IMAGE openmapkit_0.12.0-201021 +FROM alpine3.10-nodejs10_10.19.0-201021 # libxmljs installation fails on nodejs>10 RUN EOF diff --git a/lxc-apps/openmapkit/install.sh b/lxc-apps/openmapkit/install.sh index 6acaaa9..89ef7d4 100755 --- a/lxc-apps/openmapkit/install.sh +++ b/lxc-apps/openmapkit/install.sh @@ -4,7 +4,7 @@ set -ev # Volumes OMK_CONF="${VOLUMES_DIR}/openmapkit/omk_conf" OMK_DATA="${VOLUMES_DIR}/openmapkit/omk_data" -OMK_LAYER="${LAYERS_DIR}/openmapkit_0.12.0-200621" +OMK_LAYER="${LAYERS_DIR}/openmapkit_0.12.0-201021" # Configure OpenMapKit export OPENMAPKIT_ADMIN_USER="admin"