Bump OpenMapKit date

This commit is contained in:
Disassembler 2020-10-22 23:00:34 +02:00
parent a993e2f4ce
commit 9a83b97d33
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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

View File

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