upgraded testing postgres to 17

This commit is contained in:
W Anders
2025-01-09 08:42:49 -07:00
parent cc83e29ac3
commit a6087fa9a4
+1 -1
View File
@@ -19,7 +19,7 @@ services:
- "9999:8080"
postgres:
image: docker.io/library/postgres:16
image: docker.io/library/postgres:17
env_file: env/postgres.env
redis: