From 4c685556b7b3c55b3dcf87466a97a7434ee5db5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jun 2022 10:44:02 +0000 Subject: [PATCH] fix: todo-client/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-FREETYPE-2834869 - https://snyk.io/vuln/SNYK-ALPINE315-FREETYPE-2834870 - https://snyk.io/vuln/SNYK-ALPINE315-PCRE2-2869383 - https://snyk.io/vuln/SNYK-ALPINE315-PCRE2-2869384 --- todo-client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-client/Dockerfile b/todo-client/Dockerfile index 977476d..b3ae429 100644 --- a/todo-client/Dockerfile +++ b/todo-client/Dockerfile @@ -8,6 +8,6 @@ RUN yarn build RUN ls # Runtime web server -FROM nginx:alpine +FROM nginx:1.20-alpine COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY --from=ui-build app-client/dist/todo-client /usr/share/nginx/html