From c6eb78ec18596fd8fe03e21f2f9d67f70fbbe6a1 Mon Sep 17 00:00:00 2001 From: Georgios Jason Efstathiou Date: Sun, 22 Dec 2024 20:35:04 +0100 Subject: [PATCH] how about this --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7c7f5b4..9b783ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { docker { - image 'node:16-alpine' // Use an image with Node.js and Docker installed + image 'docker' // Use an image with Node.js and Docker installed args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // Mount Docker socket } }