From 8d08e3dabc0190badc08c3b8eaae06ae5e39aaf8 Mon Sep 17 00:00:00 2001 From: Tim Sutton <tim@linfiniti.com> Date: Mon, 13 Oct 2014 05:02:40 +0800 Subject: [PATCH] Fix typo in geoserver.zip filename --- build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build.sh b/build.sh index 424146e..998aa0e 100755 --- a/build.sh +++ b/build.sh @@ -2,6 +2,6 @@ if [ ! -f resources/geoserver.zip ] then - wget -c http://downloads.sourceforge.net/project/geoserver/GeoServer/2.5.1/geoserver-2.5.1-bin.zip -O resources/geoserver.zip + wget -c http://downloads.sourceforge.net/project/geoserver/GeoServer/2.5.2/geoserver-2.5.2-bin.zip -O resources/geoserver.zip fi docker build -t kartoza/geoserver . -- Gitblit v0.0.0-SNAPSHOT