Skip to content

Commit

Permalink
Release Cypress 9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
megawebmaster committed May 27, 2022
1 parent d7782c9 commit 954a8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN npm i -g yarn@latest npm@latest
# point Cypress at the /root/cache no matter what user account is used
# see https://on.cypress.io/caching
ENV CYPRESS_CACHE_FOLDER=/root/.cache/Cypress
RUN CYPRESS_INSTALL_BINARY=9.6.1 npm install -g "cypress@9.6.1" "cypress-wait-until@1.7.2"
RUN CYPRESS_INSTALL_BINARY=9.7.0 npm install -g "cypress@9.7.0" "cypress-wait-until@1.7.2"

# give every user read access to the "/root" folder where the binary is cached
# we really only need to worry about the top folder, fortunately
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ megawebmaster/cypress:6.7.0-1 | 12.18.4 | 88.0.1 | 90.0.4430.93 | 6.7.0 | cy
megawebmaster/cypress:7.4.0-1 | 12.18.4 | 88.0.1 | 90.0.4430.93 | 7.4.0 | cypress-file-upload@5.0.2, cypress-wait-until@1.7.1
megawebmaster/cypress:9.5.1-1 | 14.18.1 | 88.0.1 | 90.0.4430.93 | 9.5.1 | cypress-wait-until@1.7.1
megawebmaster/cypress:9.6.1-1 | 14.18.1 | 88.0.1 | 90.0.4430.93 | 9.6.1 | cypress-wait-until@1.7.2
megawebmaster/cypress:9.7.0-1 | 14.18.1 | 88.0.1 | 90.0.4430.93 | 9.7.0 | cypress-wait-until@1.7.2

0 comments on commit 954a8b6

Please sign in to comment.