From a5a2544a7b961f8e84d22dabef5da51e340591d6 Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:20:38 +0000 Subject: [PATCH] =?UTF-8?q?release(it-tools)!:=20Update=20docker.io/librar?= =?UTF-8?q?y/node=20(=2022.23.1=20=E2=86=92=2024.18.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/it-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/it-tools/Dockerfile b/apps/it-tools/Dockerfile index e43e9cdf..eb5c0c42 100644 --- a/apps/it-tools/Dockerfile +++ b/apps/it-tools/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM docker.io/library/node:22-alpine AS builder +FROM docker.io/library/node:24-alpine AS builder ARG VERSION WORKDIR /tmp ADD https://github.com/sharevb/it-tools.git#${VERSION} .