From 8e9c6698f8f15bf130e5056280f9ca1524d55f0f Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Wed, 28 Feb 2024 14:09:52 +0100 Subject: [PATCH] Update node version for CI test runner --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index c64d52013..12f4ebbca 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -1,5 +1,5 @@ # Image for building and testing the app -FROM node:16-bookworm +FROM node:20-bookworm RUN apt update && apt install -y chromium curl jq -- GitLab