From b758a7e4e62d1847ea70858d829479e25ba5fcf7 Mon Sep 17 00:00:00 2001 From: Dependency bot Date: Tue, 13 Jan 2026 16:10:58 +0100 Subject: [PATCH] chore(deps): update node.js to b83af04 (#729) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | node | final | digest | `0afb782` → `b83af04` | --- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: woodpecker-bot Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/729 Reviewed-by: Gusted Co-authored-by: Dependency bot Co-committed-by: Dependency bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9a1c8c..71f7a18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # The main purpose of this Dockerfile is to install the `pnpm` package manager in the official Node.js image # and use an init script as the entrypoint of a custom image to build and run the documentation site. -FROM node:lts-slim@sha256:0afb7822fac7bf9d7c1bf3b6e6c496dee6b2b64d8dfa365501a3c68e8eba94b2 +FROM node:lts-slim@sha256:b83af04d005d8e3716f542469a28ad2947ba382f6b4a76ddca0827a21446a540 EXPOSE 8080/tcp SHELL [ "bash", "-c" ]