Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
- GeoServer 2.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 3, 2019
1 parent 0ff6374 commit c928b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER GeoNode Development Team
#
# Set GeoServer version and data directory
#
ENV GEOSERVER_VERSION=2.14.x
ENV GEOSERVER_VERSION=2.15.x
ENV GEOSERVER_DATA_DIR="/geoserver_data/data"

#
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2.2'
services:

geoserver:
image: geonode/geoserver:2.14.x
image: geonode/geoserver:2.15.x
build:
context: .
args:
Expand All @@ -29,7 +29,7 @@ services:
- DJANGO_URL=http://localhost/

data_dir_conf:
image: geonode/geoserver_data:2.14.x
image: geonode/geoserver_data:2.15.x
container_name: geoserver_data_dir # named data container
command: /bin/true
volumes:
Expand Down

0 comments on commit c928b53

Please sign in to comment.