We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd06d52 commit b341557Copy full SHA for b341557
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
20
services:
21
db:
22
- image: 'postgres:15'
+ image: 'postgres:17'
23
env:
24
POSTGRES_USER: serveradmin
25
POSTGRES_PASSWORD: serveradmin
docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.9"
2
3
4
5
- image: "postgres:15"
+ image: "postgres:17"
6
environment:
7
- POSTGRES_DB=${POSTGRES_DB}
8
- POSTGRES_USER=${POSTGRES_USER}
0 commit comments