Skip to content

Commit 310b120

Browse files
committed
Update postgres to 14.20
1 parent bd213ef commit 310b120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
# pin postgres major version to prevent unexpected database migrations
3232
# debian image is used, as alpine can have problems with locals
3333
# see https://github.com/docker-library/docs/blob/master/postgres/README.md#locale-customization
34-
image: docker.io/library/postgres:14.19-bookworm
34+
image: docker.io/library/postgres:14.20-bookworm
3535
environment:
3636
POSTGRES_DB: inyoka
3737
# TODO defines superuser name -> do not use superuser from inyoka?

0 commit comments

Comments
 (0)