chore: Revert "fix(deps): update all non-major dependencies" (#1675)

Reverts unraid/api#1633
This commit is contained in:
Eli Bosley
2025-09-09 08:25:30 -04:00
committed by GitHub
parent 5dd6f42550
commit d10c12035e
15 changed files with 1307 additions and 1423 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22.19.0-bookworm-slim AS plugin-builder
FROM node:22.18.0-bookworm-slim AS plugin-builder
# Install build tools and dependencies
RUN apt-get update -y && apt-get install -y \