Skip to content

Commit fd19395

Browse files
committed
track Geoserver snapshot
1 parent ec663d5 commit fd19395

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/geoserver/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARG IMAGE_VERSION=9.0.85-jdk11-temurin-focal
1+
ARG IMAGE_VERSION=9.0.90-jdk11-temurin-focal
22
ARG JAVA_HOME=/usr/local/openjdk-11
33
FROM tomcat:$IMAGE_VERSION
44
LABEL GeoNode Development Team
55

6-
ARG GEOSERVER_VERSION=2.24.5
6+
ARG GEOSERVER_VERSION=2.24.x
77
ARG GEOSERVER_CORS_ENABLED=False
88
ARG GEOSERVER_CORS_ALLOWED_ORIGINS=*
99
ARG GEOSERVER_CORS_ALLOWED_METHODS=GET,POST,PUT,DELETE,HEAD,OPTIONS

docker/geoserver/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
restart: on-failure
1616

1717
geoserver:
18-
image: geonode/geoserver:2.24.5
18+
image: geonode/geoserver:2.24.x
1919
build:
2020
context: .
2121
links:
@@ -39,7 +39,7 @@ services:
3939
restart: on-failure
4040

4141
data-dir-conf:
42-
image: geonode/geoserver_data:2.24.5
42+
image: geonode/geoserver_data:2.24.x
4343
container_name: geoserver_data_dir # named data container
4444
entrypoint: sleep infinity
4545
volumes:

0 commit comments

Comments
 (0)