diff --git a/Dockerfile b/Dockerfile index b7f73d8..89d8b84 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.25.1 +ARG GS_VERSION=2.25.2 ARG GRASS_VERSION_FULL=8.3.0 ARG GRASS_VERSION=83 ARG GDAL_GRASS_VERSION=1.0.1 @@ -101,7 +101,7 @@ FROM ubuntu:22.04 AS runner # 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.25.1 +ARG GS_VERSION=2.25.2 ARG GRASS_VERSION_FULL=8.3.0 ARG GRASS_VERSION=83 ARG GDAL_GRASS_VERSION=1.0.1 diff --git a/docker-compose-demo.yml b/docker-compose-demo.yml index 38b05b1..0b609a7 100644 --- a/docker-compose-demo.yml +++ b/docker-compose-demo.yml @@ -4,7 +4,7 @@ services: build: context: . args: - - GS_VERSION=2.25.1 + - GS_VERSION=2.25.2 ports: - 8080:8080 environment: