From 6348352ef307ca40eb7d081c73188fa4c577befd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:04:23 +0000 Subject: [PATCH] Bump nginx from 1.21.0-alpine to 1.23.1-alpine in /client Bumps nginx from 1.21.0-alpine to 1.23.1-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor ... 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..c06bd7a 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.23.1-alpine COPY --from=build /app/build /usr/share/nginx/html COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf