From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 05:16:20 +0000 (+1100) Subject: Bump nginx from 1.29.1-alpine to 1.29.3-alpine (#2525) X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=17d4bceb429d607edbc416d6aa911c3fae5f01c9;p=rainny.git Bump nginx from 1.29.1-alpine to 1.29.3-alpine (#2525) Bumps nginx from 1.29.1-alpine to 1.29.3-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.3-alpine 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 46d0db6..6489cb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN npm run build ## App -FROM nginx:1.29.1-alpine +FROM nginx:1.29.3-alpine COPY --from=builder /src/dist /app COPY --from=builder /src/docker-nginx.conf /etc/nginx/conf.d/default.conf