From 2993b61f38f7e1d196d09dec9cb066ef1ab7c399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 06:35:09 +0000 Subject: [PATCH] build(docker): bump nginx from 1.19.3-alpine to 1.19.4-alpine Bumps nginx from 1.19.3-alpine to 1.19.4-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 f12b72e4..22b03214 100644 --- a/Dockerfile.web +++ b/Dockerfile.web @@ -14,5 +14,5 @@ ARG VERSION RUN npm run build # production environment -FROM nginx:1.19.3-alpine as production-stage +FROM nginx:1.19.4-alpine as production-stage COPY --chown=nginx:nginx --from=build-stage /app/dist /usr/share/nginx/html \ No newline at end of file