From 1835223acb450eaf50e8946aea7e24ef2094e91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 23:57:52 +0000 Subject: [PATCH] build(docker): bump nginx from 1.19.5-alpine to 1.19.6-alpine Bumps nginx from 1.19.5-alpine to 1.19.6-alpine. Signed-off-by: dependabot[bot] --- Dockerfile.web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.web b/Dockerfile.web index 212f32b5..03be32d1 100644 --- a/Dockerfile.web +++ b/Dockerfile.web @@ -14,5 +14,5 @@ ARG VERSION RUN npm run build # production environment -FROM nginx:1.19.5-alpine as production-stage +FROM nginx:1.19.6-alpine as production-stage COPY --chown=nginx:nginx --from=build-stage /app/dist /usr/share/nginx/html