We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a0e84 commit d0d13c1Copy full SHA for d0d13c1
CHANGELOG.md
@@ -1,6 +1,7 @@
1
### next
2
3
* Corrected some RuboCop glitches (#17)
4
+* Upgraded PostgreSQL to 17.4. (#18)
5
6
### 1.6.0 (30 January 2025)
7
docker-compose.yml
@@ -1,7 +1,7 @@
version: "3"
services:
db:
- image: hausgold/postgres:17.2
+ image: hausgold/postgres:17.4
network_mode: bridge
ports: ["5432"]
volumes:
0 commit comments