Skip to content

Commit 7c149c4

Browse files
[BUMP] Update dependency postgres to v16
1 parent ad1daa0 commit 7c149c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
services:
22
postgres:
3-
image: postgres:14.11-alpine
3+
image: postgres:16.11-alpine
44
container_name: pix-data-admin-postgres
55
ports:
66
- '${PIX_DATABASE_PORT:-5432}:5432'
77
environment:
88
POSTGRES_HOST_AUTH_METHOD: trust
99

1010
postgres-ext:
11-
image: postgres:14.11-alpine
11+
image: postgres:16.11-alpine
1212
container_name: pix-data-admin-postgres-ext
1313
ports:
1414
- '${PIX_DATABASE_PORT:-5433}:5432'

0 commit comments

Comments
 (0)