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 3d4e1ed commit 98951c0
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 @@

* Migrated from Travis CI to Github Actions (#6)
* Upgraded to PostgreSQL 15.2 and Redis 7.0 (#17)
* Upgraded PostgreSQL to 16.4 (#19)

## 1.0.4

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
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 98951c0

Please sign in to comment.