From f5c6849e4ac715e308acaf25c2169ac04a4dc2c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Oct 2024 00:04:23 +0000 Subject: [PATCH] Update Node.js to v22 --- cypress/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/Dockerfile b/cypress/Dockerfile index 2121c4a..d55f06f 100644 --- a/cypress/Dockerfile +++ b/cypress/Dockerfile @@ -1,5 +1,5 @@ # inspired by https://github.com/cypress-io/cypress-docker-images and extended to support java 17, bullseye -FROM node:20-bookworm +FROM node:22-bookworm RUN wget -O- https://apt.corretto.aws/corretto.key | apt-key add - && echo 'deb https://apt.corretto.aws stable main' >> /etc/apt/sources.list && apt-get update && \ apt-get install --no-install-recommends -y \ -- GitLab