Skip to content

Commit

Permalink
Upgraded PostgreSQL to 16.6. (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 authored Nov 26, 2024
1 parent c347629 commit 0935366
Show file tree
Hide file tree
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
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0935366

Please sign in to comment.