Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Update cypress/base Docker tag to v12.22.8 #262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
two-commands:
docker:
# find Docker image at https://github.com/cypress-io/cypress-docker-images
- image: cypress/base:12.14.0
- image: cypress/base:12.22.8

working_directory: ~/repo

Expand All @@ -111,7 +111,7 @@ jobs:
single-command:
docker:
# find Docker image at https://github.com/cypress-io/cypress-docker-images
- image: cypress/base:12.14.0
- image: cypress/base:12.22.8

working_directory: ~/repo

Expand All @@ -137,7 +137,7 @@ jobs:
# https://circleci.com/docs/2.0/executor-types/#ram-disks
install-using-ram-disk:
docker:
- image: cypress/base:12.14.0
- image: cypress/base:12.22.8

working_directory: /mnt/ramdisk

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

using-ram-disk:
docker:
- image: cypress/base:12.14.0
- image: cypress/base:12.22.8

working_directory: /mnt/ramdisk

Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
answers:
docker:
# find Docker image at https://github.com/cypress-io/cypress-docker-images
- image: cypress/base:12.14.0
- image: cypress/base:12.22.8
working_directory: ~/repo
steps:
- checkout
Expand Down