From 62e21f3ccdca532e06c030f0ffbc286a2b0e7fb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 04:51:47 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fed9458..f40cd5a 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.29-alpine AS runner WORKDIR /app COPY --from=builder /app/build /usr/share/nginx/html