From 93b54298f8b1d7b8cdee84cac23708883768f02d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 05:37:44 +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 fed9458..9708e2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY . . RUN yarn build # Production image, copy all the files and run next -FROM nginx:1.20-alpine AS runner +FROM nginx:1.30-alpine AS runner WORKDIR /app COPY --from=builder /app/build /usr/share/nginx/html