Commit cf2df9a3 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

Merge branch 'renovate/node-18.x' into 'master'

Update Node.js to v18

See merge request !7
parents 06e6f8e2 aebb32bc
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:16-bullseye
FROM node:18-bullseye

RUN apt-get update && \
  apt-get install --no-install-recommends -y \