Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(root): update satantime/puppeteer-node docker tag to v20.18.1 #10567

Merged
merged 1 commit into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
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
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.18.0
- image: satantime/puppeteer-node:20.18.1
resource_class: medium
a5:
docker:
Expand Down Expand Up @@ -63,11 +63,11 @@ executors:
resource_class: medium
a17:
docker:
- image: satantime/puppeteer-node:20.18.0
- image: satantime/puppeteer-node:20.18.1
resource_class: medium
a18:
docker:
- image: satantime/puppeteer-node:20.18.0
- image: satantime/puppeteer-node:20.18.1
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.18.0
image: satantime/puppeteer-node:20.18.1
working_dir: /app
volumes:
- .:/app
Expand All @@ -12,7 +12,7 @@ services:
- --no-audit

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

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

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

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

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

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

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

nx:
image: satantime/puppeteer-node:20.18.0
image: satantime/puppeteer-node:20.18.1
working_dir: /app
volumes:
- ./e2e/nx:/app
Expand Down