Commit 2cec1913 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

update cypress image to node 20

parent 4d35c3a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ npm ERR! Error: spawn EPERM

### Custom cypress image

The stock cypress base image is based on debian 10, ours is based on debian 11 so we can install version 17 of the openjdk.
The stock cypress base image is based on an outdated version of debian, ours is based on the latest stable one so we can install version 17 of the openjdk.
Our image also has the openjdk preinstalled which the stock version does not have.

`registry.reset.inso-w.at/pub/docker/cypress:latest`
+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:18-bullseye
FROM node:20-bullseye

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