From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 05:17:03 +0000 (+0530) Subject: Bump nginx from 1.23.1-alpine to 1.23.2-alpine (#943) X-Git-Tag: v2.2.3~51 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=02f7d7c74d932da716c0900795eb5f8d18978220;p=cinny.git Bump nginx from 1.23.1-alpine to 1.23.2-alpine (#943) Bumps nginx from 1.23.1-alpine to 1.23.2-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/Dockerfile b/Dockerfile index 987c4c4..7ad952b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN npm run build ## App -FROM nginx:1.23.1-alpine +FROM nginx:1.23.2-alpine COPY --from=builder /src/dist /app