From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:25:20 +0000 (+1000) Subject: Bump nginx from 1.23.3-alpine to 1.25.0-alpine (#1254) X-Git-Tag: v3.0.0~56 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=511c8ea79d266854009575476797a32190b77f43;p=rainny.git Bump nginx from 1.23.3-alpine to 1.25.0-alpine (#1254) Bumps nginx from 1.23.3-alpine to 1.25.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 af9abbd..3cae982 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN npm run build ## App -FROM nginx:1.23.3-alpine +FROM nginx:1.25.0-alpine COPY --from=builder /src/dist /app