From 26bfcae6bce18a6bd06871831af69b5b11c4894f Mon Sep 17 00:00:00 2001 From: Cristhian Rivera Date: Sun, 16 Oct 2022 13:04:32 +0200 Subject: [PATCH] Update tomcat version to 9.0.68 Version 9.0.65 is not available anymore at dlcdn.apache.org --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5086810..a40192d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 # The GS_VERSION argument could be used like this to overwrite the default: # docker build --build-arg GS_VERSION=2.21.2 -t geoserver:2.21.2 . -ARG TOMCAT_VERSION=9.0.65 +ARG TOMCAT_VERSION=9.0.68 ARG GS_VERSION=2.21.1 ARG GS_DATA_PATH=./geoserver_data/ ARG ADDITIONAL_LIBS_PATH=./additional_libs/