Update tomcat version to 9.0.68

Version 9.0.65 is not available anymore at dlcdn.apache.org
pull/12/head
Cristhian Rivera 2022-10-16 13:04:32 +02:00
parent 4d6b52d50e
commit 26bfcae6bc
No known key found for this signature in database
GPG Key ID: 29DC82012E0D1ED2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:22.04
# The GS_VERSION argument could be used like this to overwrite the default: # 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 . # 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_VERSION=2.21.1
ARG GS_DATA_PATH=./geoserver_data/ ARG GS_DATA_PATH=./geoserver_data/
ARG ADDITIONAL_LIBS_PATH=./additional_libs/ ARG ADDITIONAL_LIBS_PATH=./additional_libs/