aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackages/base/pom.xml5
-rw-r--r--packages/docker/src/main/docker/docker-install.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index a08307daf..4f6607998 100755
--- a/packages/base/pom.xml
+++ b/packages/base/pom.xml
@@ -120,6 +120,11 @@
<artifactId>tomcat</artifactId>
<version>8.0.50</version>
<type>tar.gz</type>
+ <!--
+ Please note that if you change this version, you must
+ update the docker-install.sh script to ensure the right
+ file name is installed.
+ -->
<destFileName>apache-tomcat-8.0.50.tar.gz</destFileName>
</artifactItem>
</artifactItems>
diff --git a/packages/docker/src/main/docker/docker-install.sh b/packages/docker/src/main/docker/docker-install.sh
index e8b9aaf14..cd3e1f09b 100644
--- a/packages/docker/src/main/docker/docker-install.sh
+++ b/packages/docker/src/main/docker/docker-install.sh
@@ -577,7 +577,7 @@ DEBUG=n
BASE_CONF=base.conf
-TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.23
+TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.50
INSTALL_DIR="$(pwd)"