Skip to content

Commit

Permalink
Upgraded PostgreSQL to 16.4.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Aug 19, 2024
1 parent d31e8fe commit 032ac03
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
@@ -1,6 +1,7 @@
## next

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

## 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.3
image: postgres:16.4
network_mode: bridge
volumes:
- ./config/postgres:/docker-entrypoint-initdb.d
Expand Down

0 comments on commit 032ac03

Please sign in to comment.