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