-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgraded GeoServer from version 2.25.2 to 2.25.3 * upgrade to 2.25.3
- Loading branch information
Showing
6 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ ARG JAVA_HOME=/opt/java/openjdk | |
# alpine because it's smaller. | ||
|
||
FROM --platform=$BUILDPLATFORM python:alpine3.20 AS geoserver-plugin-downloader | ||
ARG GS_VERSION=2.25.2 | ||
ARG GS_VERSION=2.25.3 | ||
ARG STABLE_PLUGIN_BASE_URL=https://sourceforge.net/projects/geoserver/files/GeoServer | ||
ARG WAR_URL=https://downloads.sourceforge.net/project/geoserver/GeoServer/${GS_VERSION}/geoserver-${GS_VERSION}-war.zip | ||
|
||
|
@@ -49,7 +49,7 @@ RUN /work/plugin_download.sh | |
FROM tomcat:$IMAGE_VERSION AS geoserver-prod | ||
|
||
LABEL maintainer="Tim Sutton<[email protected]>" | ||
ARG GS_VERSION=2.25.2 | ||
ARG GS_VERSION=2.25.3 | ||
ARG STABLE_PLUGIN_BASE_URL=https://sourceforge.net/projects/geoserver/files/GeoServer | ||
ARG HTTPS_PORT=8443 | ||
ARG ACTIVATE_GDAL_PLUGIN=true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters