Skip to content

Commit 8bde663

Browse files
authored
Update Docker
Mapcache Update version 1.4.1
1 parent 843b8ff commit 8bde663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:16.04
22
MAINTAINER Samuel Fernando Mesa Giraldo <[email protected]>
33
# Base: Yves Jacolin <[email protected]>
44

5-
ENV VERSION 2016-07-04
5+
ENV VERSION 2017-03-08
66
ENV TERM xterm
77
ENV APACHE_CONFDIR /etc/apache2
88
ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars
@@ -14,7 +14,7 @@ ENV APACHE_LOCK_DIR /var/lock/apache2
1414
ENV LANG C
1515
ENV APACHE_PID_FILE /var/run/apache2/apache2.pid
1616
ENV PGSERVICEFILE /gisdata/projects/pg_service.conf
17-
ENV MAPCACHE_VERSION=1.4.0
17+
ENV MAPCACHE_VERSION=1.4.1
1818

1919
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-key 073D307A618E5811 && \
2020
echo "deb http://qgis.org/debian xenial main" > /etc/apt/sources.list.d/qgis.list

0 commit comments

Comments
 (0)