From f7ca32cb4a4e9e6601516da91c90d5f709da4a9b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Oct 2025 06:36:41 +0000 Subject: [PATCH] Pin nginx Docker tag to a529900 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index afd7191..d8a3d9c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ version: "3.9" services: web: - image: nginx:1.27.0-alpine3.19-slim + image: nginx:1.27.0-alpine3.19-slim@sha256:a529900d9252ce5d04531a4a594f93736dbbe3ec155a692d10484be82aaa159a ports: - "80" volumes: