diff --git a/docker-compose.yaml b/docker-compose.yaml index 9c5b25f..eb065ee 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -31,7 +31,7 @@ services: # pin postgres major version to prevent unexpected database migrations # debian image is used, as alpine can have problems with locals # see https://github.com/docker-library/docs/blob/master/postgres/README.md#locale-customization - image: docker.io/library/postgres:14.22-trixie + image: docker.io/library/postgres:18.3-trixie environment: POSTGRES_DB: inyoka # TODO defines superuser name -> do not use superuser from inyoka?