update docker deps

This commit is contained in:
Chris Cromer 2023-01-18 22:47:19 -03:00
parent bc5ec0f17f
commit 1eb2d6cdea
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ x-common-variables: &common-variables
services:
database:
image: mariadb:10.8.3
image: mariadb:10.10.2
restart: on-failure
cap_add:
- SYS_NICE
@ -23,7 +23,7 @@ services:
MYSQL_ROOT_HOST: ${MYSQL_HOST}
nginx:
image: nginx:1.23.1
image: nginx:1.23.3
depends_on:
- backend
restart: on-failure