File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.2
13+ ENV GEOSERVER_VERSION=2.24.3
1414ENV GEOSERVER_DATA_DIR="/geoserver_data/data"
1515ENV GEOSERVER_CORS_ENABLED=$GEOSERVER_CORS_ENABLED
1616ENV GEOSERVER_CORS_ALLOWED_ORIGINS=$GEOSERVER_CORS_ALLOWED_ORIGINS
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
1515 restart : on-failure
1616
1717 geoserver :
18- image : geonode/geoserver:2.24.2
18+ image : geonode/geoserver:2.24.3
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.2
42+ image : geonode/geoserver_data:2.24.3
4343 container_name : geoserver_data_dir # named data container
4444 entrypoint : sleep infinity
4545 volumes :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN mkdir -p /tmp/geonode/downloaded
99ENV TEMP_DOWNLOADED /tmp/geonode/downloaded
1010WORKDIR ${TEMP_DOWNLOADED}
1111
12- ENV GEOSERVER_VERSION=2.24.2
12+ ENV GEOSERVER_VERSION=2.24.3
1313
1414ADD download.sh ${TEMP_DOWNLOADED}
1515RUN chmod +x ${TEMP_DOWNLOADED}/download.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '2'
33services :
44 data_dir_conf :
55 build : .
6- image : geonode/geoserver_data:2.24.2
6+ image : geonode/geoserver_data:2.24.3
77 container_name : geoserver_data_dir
88 command : /bin/true
99 volumes :
You can’t perform that action at this time.
0 commit comments