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=*
10
10
#
11
11
# Set GeoServer version and data directory
12
12
#
13
- ENV GEOSERVER_VERSION=2.24.3
13
+ ENV GEOSERVER_VERSION=2.24.4
14
14
ENV GEOSERVER_DATA_DIR="/geoserver_data/data"
15
15
ENV GEOSERVER_CORS_ENABLED=$GEOSERVER_CORS_ENABLED
16
16
ENV GEOSERVER_CORS_ALLOWED_ORIGINS=$GEOSERVER_CORS_ALLOWED_ORIGINS
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
restart : on-failure
16
16
17
17
geoserver :
18
- image : geonode/geoserver:2.24.3
18
+ image : geonode/geoserver:2.24.4
19
19
build :
20
20
context : .
21
21
links :
@@ -39,7 +39,7 @@ services:
39
39
restart : on-failure
40
40
41
41
data-dir-conf :
42
- image : geonode/geoserver_data:2.24.3
42
+ image : geonode/geoserver_data:2.24.4
43
43
container_name : geoserver_data_dir # named data container
44
44
entrypoint : sleep infinity
45
45
volumes :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN mkdir -p /tmp/geonode/downloaded
9
9
ENV TEMP_DOWNLOADED /tmp/geonode/downloaded
10
10
WORKDIR ${TEMP_DOWNLOADED}
11
11
12
- ENV GEOSERVER_VERSION=2.24.3
12
+ ENV GEOSERVER_VERSION=2.24.4
13
13
14
14
ADD download.sh ${TEMP_DOWNLOADED}
15
15
RUN chmod +x ${TEMP_DOWNLOADED}/download.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '2'
3
3
services :
4
4
data_dir_conf :
5
5
build : .
6
- image : geonode/geoserver_data:2.24.3
6
+ image : geonode/geoserver_data:2.24.4
7
7
container_name : geoserver_data_dir
8
8
command : /bin/true
9
9
volumes :
You can’t perform that action at this time.
0 commit comments