We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b021f91 commit c8f8aceCopy full SHA for c8f8ace
docker-compose.yaml
@@ -25,7 +25,7 @@ services:
25
# pin postgres major version to prevent unexpected database migrations
26
# debian image is used, as alpine can have problems with locals
27
# see https://github.com/docker-library/docs/blob/master/postgres/README.md#locale-customization
28
- image: docker.io/library/postgres:14.16-bookworm
+ image: docker.io/library/postgres:14.17-bookworm
29
environment:
30
POSTGRES_DB: inyoka
31
# TODO defines superuser name -> do not use superuser from inyoka?
0 commit comments