From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 11:38:01 +0000 (+1000) Subject: Bump nginx from 1.27.4-alpine to 1.29.0-alpine (#2382) X-Git-Tag: v4.9.0~30 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=54ba1096d7e1a1ce4e8f34e0065726b6164cff60;p=rainny.git Bump nginx from 1.27.4-alpine to 1.29.0-alpine (#2382) Bumps nginx from 1.27.4-alpine to 1.29.0-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.0-alpine 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 abb65ee..718fed7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN npm run build ## App -FROM nginx:1.27.4-alpine +FROM nginx:1.29.0-alpine COPY --from=builder /src/dist /app COPY --from=builder /src/docker-nginx.conf /etc/nginx/conf.d/default.conf