From 47e5fb222e40227c2722d21df8d8685864373308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 13:01:43 +0000 Subject: [PATCH] Bump nginx from 1.21.0-alpine to 1.21.6-alpine in /client Bumps nginx from 1.21.0-alpine to 1.21.6-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..ef0a39c 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.6-alpine COPY --from=build /app/build /usr/share/nginx/html COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf