From aab05f347be17e30dd0326da9a7411c35efa74ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 Aug 2026 21:30:39 +0000 Subject: [PATCH] Update Node.js to v24 --- ipecho/Dockerfile | 2 +- tiddlywiki/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipecho/Dockerfile b/ipecho/Dockerfile index 5c8d944..9038c93 100644 --- a/ipecho/Dockerfile +++ b/ipecho/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8-slim +FROM node:24-slim LABEL maintainer="joelnbarnham@gmail.com" ENV TINI_VERSION=v0.15.0 diff --git a/tiddlywiki/Dockerfile b/tiddlywiki/Dockerfile index 19d0c45..17e7ac7 100644 --- a/tiddlywiki/Dockerfile +++ b/tiddlywiki/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8-slim +FROM node:24-slim LABEL maintainer="joelnbarnham@gmail.com" RUN npm install -g tiddlywiki