diff --git a/Dockerfile b/Dockerfile index e87d2b4..5efec44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:22.04 AS builder # The GS_VERSION argument could be used like this to overwrite the default: # docker build --build-arg GS_VERSION=2.11.3 -t geoserver:2.11.3 . ARG TOMCAT_VERSION=9.0.68 -ARG GS_VERSION=2.23.2 +ARG GS_VERSION=2.22.5 ARG GRASS_VERSION_FULL=8.2.0 ARG GRASS_VERSION=82 ARG GDAL_GRASS_VERSION=1.0.1 @@ -89,7 +89,7 @@ FROM ubuntu:22.04 # The GS_VERSION argument could be used like this to overwrite the default: # docker build --build-arg GS_VERSION=2.11.3 -t geoserver:2.11.3 . ARG TOMCAT_VERSION=9.0.68 -ARG GS_VERSION=2.23.2 +ARG GS_VERSION=2.22.5 ARG GRASS_VERSION_FULL=8.2.0 ARG GRASS_VERSION=82 ARG GDAL_GRASS_VERSION=1.0.1 diff --git a/docker-compose-demo.yml b/docker-compose-demo.yml index 0337850..37b88c9 100644 --- a/docker-compose-demo.yml +++ b/docker-compose-demo.yml @@ -4,7 +4,7 @@ services: build: context: . args: - - GS_VERSION=2.23.2 + - GS_VERSION=2.22.5 ports: - 8080:8080 environment: