Skip to content

Commit 20ef277

Browse files
author
terrestris
committed
Update to version $GS_VERSION
on-behalf-of: @terrestris info@terrestris.de
1 parent 97bbda4 commit 20ef277

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 .
55
ARG TOMCAT_VERSION=9.0.68
6-
ARG GS_VERSION=2.26.1
6+
ARG GS_VERSION=2.25.5
77
ARG GRASS_VERSION_FULL=8.3.0
88
ARG GRASS_VERSION=83
99
ARG 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 .
103103
ARG TOMCAT_VERSION=9.0.68
104-
ARG GS_VERSION=2.26.1
104+
ARG GS_VERSION=2.25.5
105105
ARG GRASS_VERSION_FULL=8.3.0
106106
ARG GRASS_VERSION=83
107107
ARG GDAL_GRASS_VERSION=1.0.1

docker-compose-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
build:
55
context: .
66
args:
7-
- GS_VERSION=2.26.1
7+
- GS_VERSION=2.25.5
88
ports:
99
- 8080:8080
1010
environment:

0 commit comments

Comments
 (0)