From f551693fa1b2711843fd54b88dab6669e67fccf2 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Fri, 24 Nov 2023 06:02:15 +0000 Subject: [PATCH] fix(deps): update node.js to v20.10.0 | datasource | package | from | to | | ---------- | -------------------------- | ------ | ------- | | docker | ghcr.io/containerbase/node | 20.9.0 | 20.10.0 | --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21ddbfcb..72af0ea2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ renovate:dry-run: - when: always lint: - image: ghcr.io/containerbase/node:20.9.0@sha256:34573cc4d32f6a2f702af4268a158a6976db74245476e5adb349806704f341f9 + image: ghcr.io/containerbase/node:20.10.0@sha256:2ba7b42f4eab54db34b1565476c9497472a7a142cda5e9ae3c831c7fc53267cb cache: key: files: @@ -50,7 +50,7 @@ lint: - when: always release: - image: ghcr.io/containerbase/node:20.9.0@sha256:34573cc4d32f6a2f702af4268a158a6976db74245476e5adb349806704f341f9 + image: ghcr.io/containerbase/node:20.10.0@sha256:2ba7b42f4eab54db34b1565476c9497472a7a142cda5e9ae3c831c7fc53267cb stage: release cache: key: -- GitLab