Skip to content

Commit

Permalink
Bump Postgres to 16 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJBoyer authored Jun 11, 2024
1 parent 0f5619c commit 36382ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:

main-db:
image: postgres:14-alpine
image: postgres:16-alpine
container_name: main-db
command: postgres -c "log_lock_waits=on" -N 1000 -c "fsync=off"
environment:
Expand Down

0 comments on commit 36382ae

Please sign in to comment.