Skip to content

Commit 1c1d596

Browse files
chore(root): update satantime/puppeteer-node docker tag to v24 (#1286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b09e7ff commit 1c1d596

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
jobs:
99
Core Chrome:
1010
docker:
11-
- image: satantime/puppeteer-node:22.14.0
11+
- image: satantime/puppeteer-node:24.2.0
1212
steps:
1313
- checkout
1414
- restore_cache:

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
core:
3-
image: satantime/puppeteer-node:22.14.0
3+
image: satantime/puppeteer-node:24.2.0
44
working_dir: /app
55
volumes:
66
- .:/app

0 commit comments

Comments
 (0)