Skip to content

Commit

Permalink
Update to version $GS_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
terrestris committed Oct 31, 2023
1 parent 0a13e12 commit 2aa532b
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.24.0
ARG GS_VERSION=2.23.3
ARG GRASS_VERSION_FULL=8.3.0
ARG GRASS_VERSION=83
ARG GDAL_GRASS_VERSION=1.0.1
Expand Down Expand Up @@ -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.24.0
ARG GS_VERSION=2.23.3
ARG GRASS_VERSION_FULL=8.3.0
ARG GRASS_VERSION=83
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.24.0
- GS_VERSION=2.23.3
ports:
- 8080:8080
environment:
Expand Down

0 comments on commit 2aa532b

Please sign in to comment.