Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker.osgeo.org/geoserver docker tag to v2.26.0 #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
extends:
file: ./common-services.yml
service: shogun-geoserver
image: docker.osgeo.org/geoserver:2.25.3
image: docker.osgeo.org/geoserver:2.26.0
environment:
# in some environments the X-Forward-Proto is not picked up correctly, with this variable it can be set manually
PROXY_BASE_URL: ${GEOSERVER_PROXY_BASE_URL}
Expand Down
2 changes: 1 addition & 1 deletion shogun-geoserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.osgeo.org/geoserver:2.25.3
FROM docker.osgeo.org/geoserver:2.26.0

ARG USER_UID
ARG USER_GID
Expand Down