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 429421c commit ba02b6bCopy full SHA for ba02b6b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM tomcat:9-jre11-temurin-focal AS base
+FROM tomcat:11-jre25-temurin AS base
2
3
ARG GEOSERVER_VERSION="2.28.0"
4
ENV GEOSERVER_VERSION=$GEOSERVER_VERSION
docker-compose.yml
@@ -2,7 +2,7 @@ services:
app:
build:
args:
5
- - GEOSERVER_VERSION=${GEOSERVER_VERSION}
+ - GEOSERVER_VERSION=${GEOSERVER_VERSION:-2.28.0}
6
context: .
7
image: ucblib/geoserver:${DOCKER_TAG:-development}
8
ports:
0 commit comments