We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4e1ed commit d2128c9Copy full SHA for d2128c9
2 files changed
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
* Migrated from Travis CI to Github Actions (#6)
4
* Upgraded to PostgreSQL 15.2 and Redis 7.0 (#17)
5
+* Upgraded PostgreSQL to 16.4 (#19)
6
7
## 1.0.4
8
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3"
services:
db:
- image: postgres:16.3
+ image: postgres:16.4
network_mode: bridge
volumes:
- ./config/postgres:/docker-entrypoint-initdb.d
0 commit comments