diff --git a/compose.yaml b/compose.yaml index 84ddfa03..752141e7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -124,7 +124,7 @@ services: retries: 20 liminator-db: - image: docker.io/library/postgres:13.10 + image: docker.io/library/postgres:17.5 environment: - POSTGRES_DB=liminator - POSTGRES_USER=vality @@ -147,7 +147,7 @@ services: retries: 10 shumway-db: - image: docker.io/library/postgres:13.10 + image: docker.io/library/postgres:17.5 environment: - POSTGRES_DB=shumway - POSTGRES_USER=postgres