Skip to content

Commit

Permalink
Build Cypress 6.7.0 and 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
megawebmaster committed Jun 4, 2021
1 parent 76b196e commit bb8ec28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/base:12.18.3
FROM cypress/base:12.18.4

USER root

Expand Down Expand Up @@ -49,7 +49,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=7.3.0 npm install -g "cypress@7.3.0" "cypress-file-upload@5.0.2" "cypress-wait-until@1.7.1"
RUN CYPRESS_INSTALL_BINARY=7.4.0 npm install -g "cypress@7.4.0" "cypress-file-upload@5.0.2" "cypress-wait-until@1.7.1"

# 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ megawebmaster/cypress:5.6.0-1 | 12.14.1 | 81.0 | 85.0.4183.121 | 5.6.0 | cy
megawebmaster/cypress:6.2.0-1 | 12.18.3 | 82.0 | 85.0.4183.121 | 6.2.0 | cypress-file-upload@4.1.1, cypress-wait-until@1.7.1
megawebmaster/cypress:6.2.0-2 | 12.18.3 | 79.0 | 85.0.4183.121 | 6.2.0 | cypress-file-upload@4.1.1, cypress-wait-until@1.7.1
megawebmaster/cypress:6.5.0-1 | 12.18.3 | 86.0 | 85.0.4183.121 | 6.5.0 | cypress-file-upload@5.0.2, cypress-wait-until@1.7.1
megawebmaster/cypress:6.7.0-1 | 12.18.4 | 88.0.1 | 90.0.4430.93 | 6.7.0 | cypress-file-upload@5.0.2, cypress-wait-until@1.7.1
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

0 comments on commit bb8ec28

Please sign in to comment.