Skip to content

Commit

Permalink
Update to version 2.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala committed Jan 5, 2024
1 parent fbaab46 commit 212c612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2.21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG TOMCAT_VERSION="9"
FROM docker.io/tomcat:$TOMCAT_VERSION
LABEL maintainer "Mikko Rauhala <mikko@meteo.fi>"

ARG GEOSERVER_VERSION="2.21.1"
ARG GEOSERVER_VERSION="2.21.5"
ARG GEOSERVER_DATA_DIR="/data/geoserver"
ARG GEOSERVER_PLUGINS="css grib netcdf pyramid vectortiles wps ysld"
ARG GEOSERVER_FONTS="Lato Noto%20Sans Open%20Sans Poppins Roboto Ubuntu"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IMAGE ?= meteofi/geoserver
NAME ?= geoserver
GEOSERVER_VERSION ?= 2.21.1
GEOSERVER_VERSION ?= 2.21.5
GEOSERVER_VERSION_MAJOR := $(shell echo $(GEOSERVER_VERSION)|cut -d. -f1-2)
GEOSERVER_VERSION_2_21 ?= $(shell grep GEOSERVER_VERSION= 2.21/Dockerfile|grep -Eo '\d\.\d+\.\d')
GEOSERVER_VERSION_2_20 ?= $(shell grep GEOSERVER_VERSION= 2.20/Dockerfile|grep -Eo '\d\.\d+\.\d')
Expand Down

0 comments on commit 212c612

Please sign in to comment.