Skip to content

Commit 7794765

Browse files
committed
Upgrade to Geoserver 2.24.4
1 parent 62a0d29 commit 7794765

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docker/geoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG GEOSERVER_CORS_ALLOWED_HEADERS=*
1010
#
1111
# Set GeoServer version and data directory
1212
#
13-
ENV GEOSERVER_VERSION=2.24.3
13+
ENV GEOSERVER_VERSION=2.24.4
1414
ENV GEOSERVER_DATA_DIR="/geoserver_data/data"
1515
ENV GEOSERVER_CORS_ENABLED=$GEOSERVER_CORS_ENABLED
1616
ENV GEOSERVER_CORS_ALLOWED_ORIGINS=$GEOSERVER_CORS_ALLOWED_ORIGINS

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.3
18+
image: geonode/geoserver:2.24.4
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.3
42+
image: geonode/geoserver_data:2.24.4
4343
container_name: geoserver_data_dir # named data container
4444
entrypoint: sleep infinity
4545
volumes:

docker/geoserver_data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN mkdir -p /tmp/geonode/downloaded
99
ENV TEMP_DOWNLOADED /tmp/geonode/downloaded
1010
WORKDIR ${TEMP_DOWNLOADED}
1111

12-
ENV GEOSERVER_VERSION=2.24.3
12+
ENV GEOSERVER_VERSION=2.24.4
1313

1414
ADD download.sh ${TEMP_DOWNLOADED}
1515
RUN chmod +x ${TEMP_DOWNLOADED}/download.sh

docker/geoserver_data/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44
data_dir_conf:
55
build: .
6-
image: geonode/geoserver_data:2.24.3
6+
image: geonode/geoserver_data:2.24.4
77
container_name: geoserver_data_dir
88
command: /bin/true
99
volumes:

0 commit comments

Comments
 (0)