From 17126cf14f97521f7a825b6fe3bb1f2b5267cd9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 13:02:57 +0000 Subject: [PATCH] Bump nginx from 1.21.0-alpine to 1.21.4-alpine in /client Bumps nginx from 1.21.0-alpine to 1.21.4-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 2d8c2f4..3afb6de 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -10,7 +10,7 @@ COPY . ./ RUN npm run build # production environment -FROM nginx:1.21.0-alpine +FROM nginx:1.21.4-alpine COPY --from=build /app/build /usr/share/nginx/html COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf