Skip to content

Commit

Permalink
Upgraded to PostgreSQL 15.2 and Redis 7.0. (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 authored Apr 14, 2023
1 parent 83e1c96 commit 1b28f22
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

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

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

0 comments on commit 1b28f22

Please sign in to comment.