From f67e9de0f0a1efa3250e856c326d22a5070ec872 Mon Sep 17 00:00:00 2001 From: "stimpy-bot[bot]" <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 14:00:49 +0000 Subject: [PATCH] =?UTF-8?q?feat(container)!:=20Update=20node=20(=2022.22.2?= =?UTF-8?q?=20=E2=86=92=2024.15.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- containers/text0wnz/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/text0wnz/Dockerfile b/containers/text0wnz/Dockerfile index 86085c7b7..4e0ee11c0 100644 --- a/containers/text0wnz/Dockerfile +++ b/containers/text0wnz/Dockerfile @@ -1,7 +1,7 @@ # text0wnz with server-side file storage # Custom server implementation with file management API -FROM node:22-alpine AS base +FROM node:24-alpine AS base WORKDIR /app @@ -40,7 +40,7 @@ RUN cp storage-adapter.js ./dist/ && \ find ./dist -name "index.html" -type f -exec sed -i 's|||' {} \; # Production stage -FROM node:22-alpine +FROM node:24-alpine WORKDIR /app