Skip to content

Commit ba02b6b

Browse files
Switch to tomcat:11-jre25-temurin as base image
1 parent 429421c commit ba02b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tomcat:9-jre11-temurin-focal AS base
1+
FROM tomcat:11-jre25-temurin AS base
22

33
ARG GEOSERVER_VERSION="2.28.0"
44
ENV GEOSERVER_VERSION=$GEOSERVER_VERSION

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)