Skip to content

Commit 36382ae

Browse files
authored
Bump Postgres to 16 (#225)
1 parent 0f5619c commit 36382ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44

55
main-db:
6-
image: postgres:14-alpine
6+
image: postgres:16-alpine
77
container_name: main-db
88
command: postgres -c "log_lock_waits=on" -N 1000 -c "fsync=off"
99
environment:

0 commit comments

Comments
 (0)