From 39287c2b874a2318288283f977a979978e65598d Mon Sep 17 00:00:00 2001 From: notplants Date: Fri, 20 Feb 2026 19:30:55 +0000 Subject: [PATCH] pin redis and nginx to full semver tags --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 7052859..90055e0 100644 --- a/compose.yml +++ b/compose.yml @@ -200,7 +200,7 @@ services: - postgres_p redis: - image: redis:8 + image: redis:8.0.5 networks: - backend @@ -235,7 +235,7 @@ services: - minio_ru web: - image: nginx:1.29 + image: nginx:1.29.5 configs: - source: nginx_conf target: /etc/nginx/conf.d/default.conf