diff --git a/compose.yml b/compose.yml index b48a3fc..45ce7c1 100644 --- a/compose.yml +++ b/compose.yml @@ -214,7 +214,7 @@ services: - postgres_p redis: - image: redis:8.10.0 + image: redis:8.10.1 healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 10s @@ -350,7 +350,7 @@ services: web: - image: nginx:1.31.3 + image: nginx:1.31.4 configs: - source: nginx_conf target: /etc/nginx/conf.d/default.conf