Skip to content

Commit 5619af4

Browse files
authored
Merge pull request #768 from numerique-gouv/upgrade-redis
chore: upgrade redis
2 parents ef80c90 + 0215072 commit 5619af4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/end-to-end.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ jobs:
9696
MCP_SCOPES: openid email profile phone organizations
9797
STYLESHEET_URL: ""
9898
redis:
99-
image: redis:7.0
99+
image: redis:7.2
100100
ports:
101101
- 6379:6379
102102
postgres:
103+
image: postgres:15.8
103104
env:
104105
POSTGRES_USER: ${{ env.PGUSER }}
105106
POSTGRES_PASSWORD: ${{ env.PGPASSWORD }}
106107
POSTGRES_DB: ${{ env.PGDATABASE }}
107-
image: postgres:15.8
108108
ports:
109109
- 5432:5432
110110
steps:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- db-data:/var/lib/postgresql/data
1212

1313
redis:
14-
image: redis:7.0
14+
image: redis:7.2
1515
ports:
1616
- "6379:6379"
1717

0 commit comments

Comments
 (0)