diff --git a/localdev/docker-compose.yml b/localdev/docker-compose.yml index a10df89a4..5aefbc9db 100755 --- a/localdev/docker-compose.yml +++ b/localdev/docker-compose.yml @@ -56,7 +56,7 @@ services: postgres: platform: linux/amd64 container_name: postgres - image: postgres:16.4 + image: postgres:17.0 healthcheck: test: [CMD, pg_isready, -q, -d, keycloak, -U, postgres] timeout: 45s