We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd213ef commit 310b120Copy full SHA for 310b120
docker-compose.yaml
@@ -31,7 +31,7 @@ services:
31
# pin postgres major version to prevent unexpected database migrations
32
# debian image is used, as alpine can have problems with locals
33
# see https://github.com/docker-library/docs/blob/master/postgres/README.md#locale-customization
34
- image: docker.io/library/postgres:14.19-bookworm
+ image: docker.io/library/postgres:14.20-bookworm
35
environment:
36
POSTGRES_DB: inyoka
37
# TODO defines superuser name -> do not use superuser from inyoka?
0 commit comments