chore: bump version

This commit is contained in:
Reinaldy Rafli 2021-08-17 22:41:00 +07:00
parent 5cd33786c7
commit 05868dd2d3
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
services:
postgres:
image: postgres:13.3-alpine
image: postgres:13.4-alpine
restart: always
ports:
- 5432:5432
@ -10,7 +10,7 @@ services:
volumes:
- ./volume/postgres:/var/lib/postgresql/data
mysql:
image: mysql:8.0.25
image: mysql:8.0.26
restart: always
ports:
- 3306:3306
@ -21,7 +21,7 @@ services:
cap_add:
- SYS_NICE
redis:
image: redis:6.2.4-alpine
image: redis:6.2.5-alpine
restart: always
ports:
- 6379:6379
@ -29,7 +29,7 @@ services:
- ./volume/redis/etc:/usr/local/etc/redis
- ./volume/redis/data:/data
mongo:
image: mongo:4.4.6-bionic
image: mongo:4.4.8-bionic
restart: always
ports:
- 27017:27017