Skip to content

Commit

Permalink
Update to version 2.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
terrestris committed Aug 31, 2023
1 parent a041a78 commit 82527bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: .
args:
- GS_VERSION=2.23.2
- GS_VERSION=2.22.5
ports:
- 8080:8080
environment:
Expand Down

0 comments on commit 82527bc

Please sign in to comment.