Skip to content

Commit 804a730

Browse files
Bump GeoServer to 2.28.0
1 parent 8e1ba39 commit 804a730

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM tomcat:9-jre11-temurin-focal AS base
1+
FROM tomcat:9-jre17-temurin-focal AS base
22

3-
ARG GEOSERVER_VERSION="2.25.3"
3+
ARG GEOSERVER_VERSION="2.28.0"
44
ENV GEOSERVER_VERSION=$GEOSERVER_VERSION
55
ENV GEOSERVER_URL="https://sourceforge.net/projects/geoserver/files/GeoServer/${GEOSERVER_VERSION}/geoserver-${GEOSERVER_VERSION}-war.zip"
66
ENV GEOSERVER_LIB_DIR="/usr/local/tomcat/webapps/geoserver/WEB-INF/lib"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
app:
33
build:
44
args:
5-
- GEOSERVER_VERSION=${GEOSERVER_VERSION}
5+
- GEOSERVER_VERSION=${GEOSERVER_VERSION:-2.28.0}
66
context: .
77
image: ucblib/geoserver:${DOCKER_TAG:-development}
88
ports:

0 commit comments

Comments
 (0)