From 368a491bae13b1e83656a1c6730d4bc38ea335bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 22:05:46 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.31 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fed9458..26b4502 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.31-alpine AS runner WORKDIR /app COPY --from=builder /app/build /usr/share/nginx/html