From 72d3d5a5d6a458509b9608899666886110a08a1c Mon Sep 17 00:00:00 2001 From: Pablo Orviz Date: Fri, 7 Jun 2024 13:15:28 +0200 Subject: [PATCH] Use alpine:3.20.0 as default image for 'commands'! --- tooling.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling.json b/tooling.json index 4c4635d..6d687aa 100644 --- a/tooling.json +++ b/tooling.json @@ -751,7 +751,7 @@ "commands": { "docs": "https://indigo-dc.github.io/jenkins-pipeline-library/2.0.0/user/config_file.html#commands", "docker": { - "image": "eoscsynergy/sqaaas-micromamba:1.5.3-1", + "image": "alpine:3.20.0", "reviewed": "1970-01-01" }, "executable": "",