Skip to content

Commit

Permalink
chore(root): update satantime/puppeteer-node docker tag to v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 9ef4a65 commit 37d07ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ orbs:
executors:
core:
docker:
- image: satantime/puppeteer-node:20.16.0
- image: satantime/puppeteer-node:20.17.0
resource_class: medium
a5:
docker:
Expand Down Expand Up @@ -63,11 +63,11 @@ executors:
resource_class: medium
a17:
docker:
- image: satantime/puppeteer-node:20.16.0
- image: satantime/puppeteer-node:20.17.0
resource_class: medium
a18:
docker:
- image: satantime/puppeteer-node:20.16.0
- image: satantime/puppeteer-node:20.17.0
resource_class: medium

commands:
Expand Down
18 changes: 9 additions & 9 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ng-mocks:
image: satantime/puppeteer-node:20.16.0
image: satantime/puppeteer-node:20.17.0
working_dir: /app
volumes:
- .:/app
Expand All @@ -12,7 +12,7 @@ services:
- --no-audit

docs:
image: satantime/puppeteer-node:20.16.0
image: satantime/puppeteer-node:20.17.0
working_dir: /app
volumes:
- ./docs:/app
Expand All @@ -24,7 +24,7 @@ services:
- --no-audit

e2e:
image: satantime/puppeteer-node:20.16.0
image: satantime/puppeteer-node:20.17.0
working_dir: /app
volumes:
- ./tests-e2e:/app
Expand Down Expand Up @@ -202,7 +202,7 @@ services:
- --no-audit

a17:
image: satantime/puppeteer-node:20.16.0
image: satantime/puppeteer-node:20.17.0
working_dir: /app
volumes:
- ./e2e/a17:/app
Expand All @@ -214,7 +214,7 @@ services:
- --no-audit

a18:
image: satantime/puppeteer-node:20.16.0
image: satantime/puppeteer-node:20.17.0
working_dir: /app
volumes:
- ./e2e/a18:/app
Expand All @@ -226,7 +226,7 @@ services:
- --no-audit

jasmine:
image: satantime/puppeteer-node:20.16.0
image: satantime/puppeteer-node:20.17.0
working_dir: /app
volumes:
- ./e2e/jasmine:/app
Expand All @@ -238,7 +238,7 @@ services:
- --no-audit

jest:
image: satantime/puppeteer-node:20.16.0
image: satantime/puppeteer-node:20.17.0
working_dir: /app
volumes:
- ./e2e/jest:/app
Expand All @@ -250,7 +250,7 @@ services:
- --no-audit

min:
image: satantime/puppeteer-node:20.16.0
image: satantime/puppeteer-node:20.17.0
working_dir: /app
volumes:
- ./e2e/min:/app
Expand All @@ -262,7 +262,7 @@ services:
- --no-audit

nx:
image: satantime/puppeteer-node:20.16.0
image: satantime/puppeteer-node:20.17.0
working_dir: /app
volumes:
- ./e2e/nx:/app
Expand Down

0 comments on commit 37d07ef

Please sign in to comment.