diff --git a/docker-compose-prod.yml b/docker-compose-prod.yml index 09e712a..4989e51 100644 --- a/docker-compose-prod.yml +++ b/docker-compose-prod.yml @@ -14,7 +14,7 @@ services: extends: file: ./common-services.yml service: shogun-geoserver - image: docker.osgeo.org/geoserver:2.25.3 + image: docker.osgeo.org/geoserver:2.26.1 environment: # in some environments the X-Forward-Proto is not picked up correctly, with this variable it can be set manually PROXY_BASE_URL: ${GEOSERVER_PROXY_BASE_URL} diff --git a/shogun-geoserver/Dockerfile b/shogun-geoserver/Dockerfile index a977f60..4427357 100644 --- a/shogun-geoserver/Dockerfile +++ b/shogun-geoserver/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.osgeo.org/geoserver:2.25.3 +FROM docker.osgeo.org/geoserver:2.26.1 ARG USER_UID ARG USER_GID