From dc3f21fc166756102d9003a526520ec8c000306f Mon Sep 17 00:00:00 2001 From: EvilBeaver Date: Mon, 7 Oct 2024 17:34:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D0=B0=20=D0=BD=D0=BE=D0=B4=D1=8B?= =?UTF-8?q?=20=D0=B2=20lts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 433db1d0f..7d42906a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -78,7 +78,7 @@ pipeline { stage('VSCode debugger Build') { agent { docker { - image 'node' + image 'node:lts-alpine3.20' label 'linux' } }