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