From 2275250b6be3b8eed128181f8d77481d26ff588e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 06:42:36 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.2 --- tools/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nginx/Dockerfile b/tools/nginx/Dockerfile index 41365b24..7c577b60 100644 --- a/tools/nginx/Dockerfile +++ b/tools/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.3-alpine +FROM nginx:1.27.2-alpine COPY /dist /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file