From 972f704dbb26a281a06780421038338afc5a903b Mon Sep 17 00:00:00 2001
From: Lubomir Bucek <lubomir.bucek@eox.at>
Date: Wed, 7 Oct 2020 15:57:51 +0200
Subject: [PATCH] update mapcache version

---
 cache/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cache/install.sh b/cache/install.sh
index d7c73c71..64859f90 100755
--- a/cache/install.sh
+++ b/cache/install.sh
@@ -10,7 +10,7 @@ add-apt-repository -y ppa:schpidi2/eox
 apt update
 
 echo "Installing packages"
-VERSION=1.8.0-1~bionic1eox6
+VERSION=1.10.0-1~bionic0eox2
 DEBIAN_FRONTEND=noninteractive apt install -y \
     libmapcache1=${VERSION} libapache2-mod-mapcache=${VERSION} mapcache-tools=${VERSION} \
     sqlite3 curl apache2 python3-dateutil python3-redis wait-for-it postgresql-client
-- 
GitLab