Skip to content

Commit c8f8ace

Browse files
committed
1 parent b021f91 commit c8f8ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
# pin postgres major version to prevent unexpected database migrations
2626
# debian image is used, as alpine can have problems with locals
2727
# see https://github.com/docker-library/docs/blob/master/postgres/README.md#locale-customization
28-
image: docker.io/library/postgres:14.16-bookworm
28+
image: docker.io/library/postgres:14.17-bookworm
2929
environment:
3030
POSTGRES_DB: inyoka
3131
# TODO defines superuser name -> do not use superuser from inyoka?

0 commit comments

Comments
 (0)