Skip to content

Commit f87d053

Browse files
committed
Bump to Geoserver 2.27.5
1 parent b91f30e commit f87d053

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/geoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG JAVA_HOME=/usr/local/openjdk-11
33
FROM tomcat:$IMAGE_VERSION
44
LABEL GeoNode Development Team
55

6-
ARG GEOSERVER_VERSION=2.27.x
6+
ARG GEOSERVER_VERSION=2.27.5
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_data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:latest
2-
ARG GEOSERVER_VERSION=2.27.2
2+
ARG GEOSERVER_VERSION=2.27.5
33
LABEL GeoNode development team
44

55
# Install curl in alpine 3.3+

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.27.2-latest
6+
image: geonode/geoserver_data:2.27.5-latest
77
container_name: geoserver_data_dir
88
command: /bin/true
99
volumes:

0 commit comments

Comments
 (0)