From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:57:20 +0000 (+0530) Subject: Bump nginx from 1.21.6-alpine to 1.23.0-alpine (#649) X-Git-Tag: v2.1.0~50 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=56bc8c28903b433125f5958b5863919b04bad2e9;p=cinny.git Bump nginx from 1.21.6-alpine to 1.23.0-alpine (#649) Bumps nginx from 1.21.6-alpine to 1.23.0-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/Dockerfile b/Dockerfile index 5712068..a1066da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN npm run build ## App -FROM nginx:1.21.6-alpine +FROM nginx:1.23.0-alpine COPY --from=builder /src/dist /app