File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:22.04 AS builder
33# The GS_VERSION argument could be used like this to overwrite the default:
44# docker build --build-arg GS_VERSION=2.11.3 -t geoserver:2.11.3 .
55ARG TOMCAT_VERSION=9.0.68
6- ARG GS_VERSION=2.27.1
6+ ARG GS_VERSION=2.26.3
77ARG GRASS_VERSION_FULL=8.3.0
88ARG GRASS_VERSION=83
99ARG GDAL_GRASS_VERSION=1.0.1
@@ -101,7 +101,7 @@ FROM ubuntu:22.04 AS runner
101101# The GS_VERSION argument could be used like this to overwrite the default:
102102# docker build --build-arg GS_VERSION=2.11.3 -t geoserver:2.11.3 .
103103ARG TOMCAT_VERSION=9.0.68
104- ARG GS_VERSION=2.27.1
104+ ARG GS_VERSION=2.26.3
105105ARG GRASS_VERSION_FULL=8.3.0
106106ARG GRASS_VERSION=83
107107ARG GDAL_GRASS_VERSION=1.0.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 build :
55 context : .
66 args :
7- - GS_VERSION=2.27.1
7+ - GS_VERSION=2.26.3
88 ports :
99 - 8080:8080
1010 environment :
You can’t perform that action at this time.
0 commit comments