diff --git a/lxc-apps/cts/app b/lxc-apps/cts/app index 8ec49c5..b531c87 100644 --- a/lxc-apps/cts/app +++ b/lxc-apps/cts/app @@ -1,5 +1,5 @@ { - "version": "0.8.0-200621", + "version": "0.8.0-201021", "meta": { "title": "CTS", "desc-cs": "Sledovací systém komodit", @@ -8,7 +8,7 @@ }, "containers": { "cts": { - "image": "cts_0.8.0-200621", + "image": "cts_0.8.0-201021", "depends": [ "cts-postgres" ], @@ -17,7 +17,7 @@ } }, "cts-postgres": { - "image": "postgis_3.0.0-200621", + "image": "postgis_3.0.1-201021", "mounts": { "cts/postgres_data": "var/lib/postgresql" } diff --git a/lxc-apps/cts/image b/lxc-apps/cts/image index 570f447..df532b0 100644 --- a/lxc-apps/cts/image +++ b/lxc-apps/cts/image @@ -1,5 +1,6 @@ -IMAGE cts_0.8.0-200621 -FROM alpine3.11-python2.7_2.7.18-200621 +IMAGE cts_0.8.0-201021 +FROM alpine3.11-python2.7_2.7.18-201021 +# Alpine 3.11 is the latest version to have both python2 and geos RUN EOF # Install runtime dependencies diff --git a/lxc-apps/cts/install.sh b/lxc-apps/cts/install.sh index 2deb56f..83bf322 100755 --- a/lxc-apps/cts/install.sh +++ b/lxc-apps/cts/install.sh @@ -4,7 +4,7 @@ set -ev # Volumes POSTGRES_DATA="${VOLUMES_DIR}/cts/postgres_data" CTS_CONF="${VOLUMES_DIR}/cts/cts_conf" -CTS_LAYER="${LAYERS_DIR}/cts_0.8.0-200621" +CTS_LAYER="${LAYERS_DIR}/cts_0.8.0-201021" # Create Postgres instance install -o 105432 -g 105432 -m 700 -d ${POSTGRES_DATA}