From ecb28166de3552f8b91a2be5f28c06d5a3ff7762 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Mon, 20 Jan 2025 14:19:05 +0100
Subject: [PATCH] node

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dcaa803292..06d62d4d80 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,7 +89,7 @@ lint-helm-chart:
     - diff ./values.schema.json ./helm/dbrepo/values.schema.json
 
 lint-helm-readme:
-  image: docker.io/${NODE_VERSION}-alpine${ALPINE_VERSION}
+  image: docker.io/node:${NODE_VERSION}-alpine${ALPINE_VERSION}
   stage: lint
   before_script:
     - apk --no-cache add alpine-sdk bash git
-- 
GitLab