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 5e7a202 commit bc037a0Copy full SHA for bc037a0
docker-compose.ci.yml
@@ -24,6 +24,6 @@ services:
24
container_name: updater-db
25
26
redis:
27
- image: redis:6.2.6
+ image: redis:6.2.14
28
command: redis-server
29
container_name: updater-redis
docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
- 8000:3003
16
container_name: updater-dev
17
db:
18
- image: postgres:13.2
+ image: postgres:13.16
19
environment:
20
- PGDATA=/data
21
- POSTGRES_PASSWORD=postgres
@@ -25,7 +25,7 @@ services:
- pg_data:/data
30
31
0 commit comments