From 4cd7a9769e3de9e512942fc7e4ce108f80a7cd2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 13:00:36 +0000 Subject: [PATCH] Bump nginx from 1.21.0-alpine to 1.23.3-alpine in /client Bumps nginx from 1.21.0-alpine to 1.23.3-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..26580e3 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.3-alpine COPY --from=build /app/build /usr/share/nginx/html COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf