Skip to content

Commit

Permalink
Update acl docker image version to 2.3.1
Browse files Browse the repository at this point in the history
This fixes an issue where the plugin on the geoserver uses an endpoint
that was released in 2.3.0, resulting in a 404 when trying to call an
endpoint using acl.

Relevant change: geoserver/geoserver-acl#68
  • Loading branch information
longtomjr committed Jan 29, 2025
1 parent be5ff06 commit b53ca31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/docker-compose/stable/pgconfig/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
memory: 4G

acl:
image: geoservercloud/geoserver-acl:2.2.0
image: geoservercloud/geoserver-acl:2.3.1
user: 1000:1000
depends_on:
pgconfigdb:
Expand Down

0 comments on commit b53ca31

Please sign in to comment.