From 11dba85641a85558d97f2d163ab04b27cc919105 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Thu, 27 Oct 2022 22:47:21 -0700 Subject: [PATCH] Update to tomcat 10 base image. --- distribution/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/distribution/Dockerfile b/distribution/Dockerfile index 44df2990..e185fa35 100644 --- a/distribution/Dockerfile +++ b/distribution/Dockerfile @@ -2,7 +2,7 @@ # Based on ubuntu:latest, installs WiseMapping (http://ww.wisemapping.org) # Based info setup ... -FROM tomcat:9.0-jdk8 +FROM tomcat:jdk17 LABEL maintainer="Paulo Gustavo Veiga " # Build variables ... @@ -31,6 +31,9 @@ RUN sed -i 's|\ |' \ /usr/local/tomcat/conf/server.xml +RUN sed -i 's||\ + |' \ + /usr/local/tomcat/conf/context.xml # Copy default HSQL DB for testing ... RUN mkdir -p ${DB_BASE_DIR}/db COPY db/ ${DB_BASE_DIR}/db