From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 08:33:41 +0000 (+0530) Subject: Bump nginx from 1.23.0-alpine to 1.23.1-alpine (#694) X-Git-Tag: v2.1.0~23 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=d8cf98fd64f21021129521f3c9a5dcb45bd906d7;p=cinny.git Bump nginx from 1.23.0-alpine to 1.23.1-alpine (#694) Bumps nginx from 1.23.0-alpine to 1.23.1-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/Dockerfile b/Dockerfile index a1066da..ea1b96f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN npm run build ## App -FROM nginx:1.23.0-alpine +FROM nginx:1.23.1-alpine COPY --from=builder /src/dist /app