Skip to content

Commit

Permalink
chore(root): update satantime/puppeteer-node docker tag to v20.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 7, 2024
1 parent 1af89f8 commit 3f0e5d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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.12.0
- image: satantime/puppeteer-node:20.12.1
resource_class: medium
a5:
docker:
Expand Down Expand Up @@ -63,7 +63,7 @@ executors:
resource_class: medium
a17:
docker:
- image: satantime/puppeteer-node:20.12.0
- image: satantime/puppeteer-node:20.12.1
resource_class: medium

commands:
Expand Down
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
ng-mocks:
image: satantime/puppeteer-node:20.12.0
image: satantime/puppeteer-node:20.12.1
working_dir: /app
volumes:
- .:/app
Expand All @@ -14,7 +14,7 @@ services:
- --no-audit

docs:
image: satantime/puppeteer-node:20.12.0
image: satantime/puppeteer-node:20.12.1
working_dir: /app
volumes:
- ./docs:/app
Expand All @@ -26,7 +26,7 @@ services:
- --no-audit

e2e:
image: satantime/puppeteer-node:20.12.0
image: satantime/puppeteer-node:20.12.1
working_dir: /app
volumes:
- ./tests-e2e:/app
Expand Down Expand Up @@ -204,7 +204,7 @@ services:
- --no-audit

a17:
image: satantime/puppeteer-node:20.12.0
image: satantime/puppeteer-node:20.12.1
working_dir: /app
volumes:
- ./e2e/a17:/app
Expand All @@ -216,7 +216,7 @@ services:
- --no-audit

jasmine:
image: satantime/puppeteer-node:20.12.0
image: satantime/puppeteer-node:20.12.1
working_dir: /app
volumes:
- ./e2e/jasmine:/app
Expand All @@ -228,7 +228,7 @@ services:
- --no-audit

jest:
image: satantime/puppeteer-node:20.12.0
image: satantime/puppeteer-node:20.12.1
working_dir: /app
volumes:
- ./e2e/jest:/app
Expand All @@ -240,7 +240,7 @@ services:
- --no-audit

min:
image: satantime/puppeteer-node:20.12.0
image: satantime/puppeteer-node:20.12.1
working_dir: /app
volumes:
- ./e2e/min:/app
Expand All @@ -252,7 +252,7 @@ services:
- --no-audit

nx:
image: satantime/puppeteer-node:20.12.0
image: satantime/puppeteer-node:20.12.1
working_dir: /app
volumes:
- ./e2e/nx:/app
Expand Down

0 comments on commit 3f0e5d0

Please sign in to comment.