From 775a56470116433522cffb2338ff153608ef3424 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Nov 2024 02:47:30 +0000 Subject: [PATCH] Update node Docker tag to v23.3 --- image-buiild/result/tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-buiild/result/tests/Dockerfile b/image-buiild/result/tests/Dockerfile index 3db2c7d..63e7bcc 100644 --- a/image-buiild/result/tests/Dockerfile +++ b/image-buiild/result/tests/Dockerfile @@ -1,4 +1,4 @@ -FROM node:23.1-slim +FROM node:23.3-slim RUN apt-get update -qq && apt-get install -qy \ ca-certificates \ -- 2.49.1