Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded PostgreSQL to 16.6.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
Jack12816 committed Nov 26, 2024
1 parent c347629 commit 31e7951
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

* Upgraded to PostgreSQL 15.2 and Redis 7.0 (#25)
* Upgraded PostgreSQL to 16.4 (#27)
* Upgraded PostgreSQL to 16.6 (#28)

## 1.1.0

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ services:
network_mode: bridge

db:
image: postgres:16.4
image: postgres:16.6
network_mode: bridge
volumes:
- ./config/postgres:/docker-entrypoint-initdb.d

0 comments on commit 31e7951

Please sign in to comment.