Skip to content

Commit

Permalink
BACKLOG-23184: Fix the Node and browsers versions (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj authored Oct 3, 2024
1 parent 2e3863a commit 69ff83f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM cypress/browsers:latest
FROM cypress/browsers:node-20.10.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1

ARG MAVEN_VER="3.8.1"
ARG MAVEN_BASE_URL="https://archive.apache.org/dist/maven/maven-3"
ARG YARN_VERSION="1.22.19"

RUN apt-get update && apt-get install -y jq curl

Expand Down

0 comments on commit 69ff83f

Please sign in to comment.