Commit f5c6849e authored by Renovate Bot's avatar Renovate Bot
Browse files

Update Node.js to v22

parent ec78aa7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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 \