Skip to content

Commit

Permalink
pptr: upgrade to Puppeteer 22.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Mar 10, 2024
1 parent 017b6df commit ef76482
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pptr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/puppeteer/puppeteer:20.4.0
FROM ghcr.io/puppeteer/puppeteer:22.4.1
COPY --chown=pptruser:pptruser . /home/pptruser/app
RUN cd /home/pptruser/app \
&& corepack pnpm install \
Expand Down
4 changes: 2 additions & 2 deletions pptr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ To setup as Node.js application:

To setup as Docker container image:

1. Run `docker build -t ndnts-video-pptr . -f pptr/Dockerfile` in parent directory.
2. You can run this script with `docker run --rm --cap-add=SYS_ADMIN ndnts-video-pptr` followed by command line flags.
1. Run `docker build -t localhost/ndnts-video-pptr . -f pptr/Dockerfile` in parent directory.
2. You can run this script with `docker run --rm --cap-add=SYS_ADMIN localhost/ndnts-video-pptr` followed by command line flags.

## Command Line Flags

Expand Down
4 changes: 2 additions & 2 deletions pptr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"scripts": {
"start": "node ./main.mjs"
},
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"dependencies": {
"node-static": "^0.7.11",
"p-defer": "^4.0.0",
"puppeteer": "^20.6.0",
"puppeteer": "^22.4.1",
"stdout-stream": "^2.0.0",
"yargs": "^17.7.2"
}
Expand Down

0 comments on commit ef76482

Please sign in to comment.