From 1688471a8c1496f7a427f6775dcb8fedbb808915 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Thu, 2 Jul 2026 23:09:02 -0500 Subject: [PATCH] Update to node 26 & debian 13 --- rustup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup/Dockerfile b/rustup/Dockerfile index 5aa4295..c2a3332 100644 --- a/rustup/Dockerfile +++ b/rustup/Dockerfile @@ -1,4 +1,4 @@ -FROM node:25-bookworm +FROM node:26-trixie LABEL org.opencontainers.image.authors="matthew.pomes@pm.me"