Skip to content

Commit

Permalink
Update version in Dockerfile.dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsunkel committed Feb 28, 2024
1 parent e6acc91 commit 289517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ COPY --chown=node:node package*.json "$HOME/"
WORKDIR $HOME

# Install specific version of cypress
RUN npm install -g cypress@12.17.4 \
RUN npm install -g cypress@13.6.6 \
&& npx cypress verify \
&& npx cypress cache path \
&& npx cypress cache list \
Expand Down

0 comments on commit 289517c

Please sign in to comment.