Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down