Skip to content

Commit

Permalink
chore(deps): update docker.osgeo.org/geoserver docker tag to v2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 16aced4 commit 6bb38f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 6bb38f6

Please sign in to comment.