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 Sep 23, 2024
1 parent 8f43c5e commit 772274a
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
restart: unless-stopped
healthcheck:
test: curl --fail "http://localhost:8080/geoserver/web" || exit 1
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 772274a

Please sign in to comment.