update nginx

This commit is contained in:
Chris Cromer 2022-07-29 11:28:20 -04:00
parent e7ce26a28b
commit 479508fd27
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ services:
MYSQL_ROOT_HOST: ${MYSQL_HOST}
nginx:
image: nginx:1.23.0
image: nginx:1.23.1
depends_on:
- backend
restart: on-failure