We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc961a4 commit e0973d9Copy full SHA for e0973d9
.github/workflows/tests.yml
@@ -128,7 +128,7 @@ jobs:
128
otp: ["24.1"]
129
services:
130
db:
131
- image: postgres:13-alpine
+ image: postgres:17-alpine
132
ports: ["5432:5432"]
133
env:
134
POSTGRES_PASSWORD: postgres
docker-compose.yml
@@ -2,7 +2,7 @@ version: '2'
2
3
4
postgres:
5
- image: postgres:14.1
+ image: postgres:17.0
6
volumes:
7
- ./postgresql-data:/var/lib/postgresql/data/pgdata
8
environment:
0 commit comments