2 Commits

Author SHA1 Message Date
368bbd8c50 Update Node.js to v24.13.0
Some checks are pending
test-build / build (pull_request) Waiting to run
2026-01-20 20:56:22 +00:00
fb84ac9cb1 Update dependency motion to v12.27.1 (#131)
All checks were successful
renovate / renovate (push) Successful in 1m12s
test-build / build (push) Successful in 2m36s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [motion](https://github.com/motiondivision/motion) | [`12.26.2` → `12.27.1`](https://renovatebot.com/diffs/npm/motion/12.26.2/12.27.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/motion/12.27.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/motion/12.27.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/motion/12.26.2/12.27.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/motion/12.26.2/12.27.1?slim=true) |

---

### Release Notes

<details>
<summary>motiondivision/motion (motion)</summary>

### [`v12.27.1`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12271-2026-01-19)

[Compare Source](https://github.com/motiondivision/motion/compare/v12.27.0...v12.27.1)

##### Fixed

- Improving projection node cleanup.

### [`v12.27.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12270-2026-01-18)

[Compare Source](https://github.com/motiondivision/motion/compare/v12.26.2...v12.27.0)

##### Added

- Adding new exports for internal use.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->

Reviewed-on: #131
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-20 20:55:21 +00:00

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:24.12.0-alpine3.22 AS base FROM ${REGISTRY}/node:24.13.0-alpine3.22 AS base
LABEL version="0.0.7" LABEL version="0.0.7"
LABEL description="Astro based documentation website" LABEL description="Astro based documentation website"