From 35aceba3d992b84f17df07904764d7bf6c98c205 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 03:09:03 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.25.3 --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 664a75e..1f46bb7 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -9,7 +9,7 @@ COPY . /app RUN npm run build # production environment -FROM nginx:1.16.0-alpine +FROM nginx:1.25.3-alpine COPY --from=build /app/build /var/www COPY nginx/nginx.conf /etc/nginx/nginx.conf EXPOSE 80