diff --git a/cypress/Dockerfile b/cypress/Dockerfile index 2121c4a047022984f8937b79fc74d44f5f9d28b9..d55f06fd9b302dff00850f34b433a63da60a4224 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 \