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

update cypress base image to node 16

parent 0e61929b
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:14-bullseye
FROM node:16-bullseye

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