We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1ba39 commit 804a730Copy full SHA for 804a730
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM tomcat:9-jre11-temurin-focal AS base
+FROM tomcat:9-jre17-temurin-focal AS base
2
3
-ARG GEOSERVER_VERSION="2.25.3"
+ARG GEOSERVER_VERSION="2.28.0"
4
ENV GEOSERVER_VERSION=$GEOSERVER_VERSION
5
ENV GEOSERVER_URL="https://sourceforge.net/projects/geoserver/files/GeoServer/${GEOSERVER_VERSION}/geoserver-${GEOSERVER_VERSION}-war.zip"
6
ENV GEOSERVER_LIB_DIR="/usr/local/tomcat/webapps/geoserver/WEB-INF/lib"
docker-compose.yml
@@ -2,7 +2,7 @@ services:
app:
build:
args:
- - GEOSERVER_VERSION=${GEOSERVER_VERSION}
+ - GEOSERVER_VERSION=${GEOSERVER_VERSION:-2.28.0}
context: .
7
image: ucblib/geoserver:${DOCKER_TAG:-development}
8
ports:
0 commit comments