From 94747da87424e4c362f4e6c4b59837b4a5e49134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 09:53:36 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.24.0 --- tools/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nginx/Dockerfile b/tools/nginx/Dockerfile index 41365b24..eb2a3ddf 100644 --- a/tools/nginx/Dockerfile +++ b/tools/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.3-alpine +FROM nginx:1.24.0-alpine COPY /dist /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file