From e0722299dc977d7c7a8c80f337aa9e4e678deee3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 22:45:49 +0000 Subject: [PATCH] chore(deps): update dependency nginx to v1.22.0 --- tools/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nginx/Dockerfile b/tools/nginx/Dockerfile index 41365b24..694d83f2 100644 --- a/tools/nginx/Dockerfile +++ b/tools/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.3-alpine +FROM nginx:1.22.0-alpine COPY /dist /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file