From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:34:04 +0000 (+1000) Subject: Bump nginx from 1.25.1-alpine to 1.25.5-alpine (#1700) X-Git-Tag: v4.0.0~64 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=b97f410731847a4a82763b76483aa46dae3f6bc1;p=rainny.git Bump nginx from 1.25.1-alpine to 1.25.5-alpine (#1700) Bumps nginx from 1.25.1-alpine to 1.25.5-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 b0d2a93..6cd3ebf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN npm run build ## App -FROM nginx:1.25.1-alpine +FROM nginx:1.25.5-alpine COPY --from=builder /src/dist /app