Update tomcat version to 9.0.65
parent
e782912ca3
commit
51af774c3d
|
|
@ -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.11.3 -t geoserver:2.11.3 .
|
||||
ARG TOMCAT_VERSION=9.0.64
|
||||
ARG TOMCAT_VERSION=9.0.65
|
||||
ARG GS_VERSION=2.21.1
|
||||
ARG GS_DATA_PATH=./geoserver_data/
|
||||
ARG ADDITIONAL_LIBS_PATH=./additional_libs/
|
||||
|
|
|
|||
Loading…
Reference in New Issue