From 019cb5bec922c7ad0b82de671eeca08a9932cc63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:06:31 +0000 Subject: [PATCH] Bump node from 22-alpine to 26-alpine Bumps node from 22-alpine to 26-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01c974a..97da31a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # ---- Build stage --------------------------------------------------------- # Alpine so the native module (better-sqlite3) is compiled against the same # musl libc the runner uses. -FROM node:22-alpine@sha256:16e22a550f3863206a3f701448c45f7912c6896a62de43add43bb9c86130c3e2 AS builder +FROM node:26-alpine@sha256:725aeba2364a9b16beae49e180d83bd597dbd0b15c47f1f28875c290bfd255b9 AS builder WORKDIR /app # Build tools for better-sqlite3's native addon. @@ -20,7 +20,7 @@ COPY . . RUN npm run build # ---- Runtime stage ------------------------------------------------------- -FROM node:22-alpine@sha256:16e22a550f3863206a3f701448c45f7912c6896a62de43add43bb9c86130c3e2 AS runner +FROM node:26-alpine@sha256:725aeba2364a9b16beae49e180d83bd597dbd0b15c47f1f28875c290bfd255b9 AS runner WORKDIR /app # Image metadata + Unraid Docker UI hints (icon + WebUI button).