Skip to content

Commit

Permalink
Upgrade to Geoserver 2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Apr 26, 2024
1 parent 56a1734 commit 62a0d29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/geoserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG GEOSERVER_CORS_ALLOWED_HEADERS=*
#
# Set GeoServer version and data directory
#
ENV GEOSERVER_VERSION=2.24.2
ENV GEOSERVER_VERSION=2.24.3
ENV GEOSERVER_DATA_DIR="/geoserver_data/data"
ENV GEOSERVER_CORS_ENABLED=$GEOSERVER_CORS_ENABLED
ENV GEOSERVER_CORS_ALLOWED_ORIGINS=$GEOSERVER_CORS_ALLOWED_ORIGINS
Expand Down
4 changes: 2 additions & 2 deletions docker/geoserver/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
restart: on-failure

geoserver:
image: geonode/geoserver:2.24.2
image: geonode/geoserver:2.24.3
build:
context: .
links:
Expand All @@ -39,7 +39,7 @@ services:
restart: on-failure

data-dir-conf:
image: geonode/geoserver_data:2.24.2
image: geonode/geoserver_data:2.24.3
container_name: geoserver_data_dir # named data container
entrypoint: sleep infinity
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker/geoserver_data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir -p /tmp/geonode/downloaded
ENV TEMP_DOWNLOADED /tmp/geonode/downloaded
WORKDIR ${TEMP_DOWNLOADED}

ENV GEOSERVER_VERSION=2.24.2
ENV GEOSERVER_VERSION=2.24.3

ADD download.sh ${TEMP_DOWNLOADED}
RUN chmod +x ${TEMP_DOWNLOADED}/download.sh
Expand Down
2 changes: 1 addition & 1 deletion docker/geoserver_data/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:
data_dir_conf:
build: .
image: geonode/geoserver_data:2.24.2
image: geonode/geoserver_data:2.24.3
container_name: geoserver_data_dir
command: /bin/true
volumes:
Expand Down

0 comments on commit 62a0d29

Please sign in to comment.