Skip to content

Commit

Permalink
Reset version back to 12.17.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Nov 24, 2024
1 parent d5d5448 commit 0c5c06c
Showing 1 changed file with 2 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/included:11.2.0
FROM cypress/included:12.17.1

# Drydock environment setup
LABEL exposed.command.single=cypress
Expand All @@ -16,7 +16,7 @@ COPY smoketest.cy.js /src/cypress/e2e/

# Install Cypress plugins
RUN yarn add --cwd ../ axe-core cypress-axe
RUN yarn add --cwd ../ @testing-library/cypress@9.0.0
RUN yarn add --cwd ../ @testing-library/cypress
RUN yarn add --cwd ../ cypress-real-events
RUN yarn add --cwd ../ cypress-file-upload
RUN yarn add --cwd ../ cypress-downloadfile
Expand Down

0 comments on commit 0c5c06c

Please sign in to comment.