From 7118a09ec641d3920c634c69354ed51330757ae1 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 12 Sep 2025 10:45:12 +0200 Subject: [PATCH] Upgrade Node in the Dockerfile to 22.19.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b54509e8e..e8b991937 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG DEBIAN_VERSION=12 ARG DEBIAN_VERSION_NAME=bookworm ARG RUSTC_VERSION=1.89.0 -ARG NODEJS_VERSION=20.15.0 +ARG NODEJS_VERSION=22.19.0 ARG OPA_VERSION=1.1.0 ARG CARGO_AUDITABLE_VERSION=0.6.6