From 54b9f5a4d4347a7711b4010cca3ad27358532388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 04:38:32 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.30 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49fc231..584b1bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Pin nginx version for reproducible builds -FROM nginx:1.29-alpine +FROM nginx:1.30-alpine # Copy custom nginx configuration COPY nginx.conf /etc/nginx/conf.d/default.conf