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

Commit bd075e6

Browse files
committed
Update cypress/base Docker tag to v12.19.0
1 parent b4438fe commit bd075e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
two-commands:
8585
docker:
8686
# find Docker image at https://github.com/cypress-io/cypress-docker-images
87-
- image: cypress/base:12.14.0
87+
- image: cypress/base:12.19.0
8888

8989
working_directory: ~/repo
9090

@@ -111,7 +111,7 @@ jobs:
111111
single-command:
112112
docker:
113113
# find Docker image at https://github.com/cypress-io/cypress-docker-images
114-
- image: cypress/base:12.14.0
114+
- image: cypress/base:12.19.0
115115

116116
working_directory: ~/repo
117117

@@ -137,7 +137,7 @@ jobs:
137137
# https://circleci.com/docs/2.0/executor-types/#ram-disks
138138
install-using-ram-disk:
139139
docker:
140-
- image: cypress/base:12.14.0
140+
- image: cypress/base:12.19.0
141141

142142
working_directory: /mnt/ramdisk
143143

@@ -172,7 +172,7 @@ jobs:
172172

173173
using-ram-disk:
174174
docker:
175-
- image: cypress/base:12.14.0
175+
- image: cypress/base:12.19.0
176176

177177
working_directory: /mnt/ramdisk
178178

@@ -201,7 +201,7 @@ jobs:
201201
answers:
202202
docker:
203203
# find Docker image at https://github.com/cypress-io/cypress-docker-images
204-
- image: cypress/base:12.14.0
204+
- image: cypress/base:12.19.0
205205
working_directory: ~/repo
206206
steps:
207207
- checkout

0 commit comments

Comments
 (0)