Skip to content

Commit 115125a

Browse files
chore(deps): update cypress/base docker tag to v16.18.1
1 parent a61ae77 commit 115125a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
cyrun:
101101
docker:
102-
- image: cypress/base:16.16.0
102+
- image: cypress/base:16.18.1
103103
parameters:
104104
jobname:
105105
type: string
@@ -125,7 +125,7 @@ jobs:
125125

126126
test-code-coverage-plugin:
127127
docker:
128-
- image: cypress/base:16.16.0
128+
- image: cypress/base:16.18.1
129129
steps:
130130
- attach_workspace:
131131
at: ~/

0 commit comments

Comments
 (0)