chore: bump deps

This commit is contained in:
Reinaldy Rafli 2021-06-19 17:59:08 +07:00
parent e298273d1d
commit 5cd33786c7
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ services:
cap_add: cap_add:
- SYS_NICE - SYS_NICE
redis: redis:
image: redis:6.2.3-alpine image: redis:6.2.4-alpine
restart: always restart: always
ports: ports:
- 6379:6379 - 6379:6379
@ -64,7 +64,7 @@ services:
volumes: volumes:
- "./volume/cassandra/:/var/lib/cassandra" - "./volume/cassandra/:/var/lib/cassandra"
mongo-express: mongo-express:
image: mongo-express:latest image: mongo-express:1.0.0-alpha.4
restart: always restart: always
ports: ports:
- 2083:8081 - 2083:8081
@ -84,7 +84,7 @@ services:
depends_on: depends_on:
- redis - redis
adminer: adminer:
image: adminer:latest image: adminer:4.8.1-standalone
restart: always restart: always
ports: ports:
- 2086:8081 - 2086:8081