Skip to content

Commit

Permalink
Upgrade Node
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed Jul 4, 2024
1 parent 034ae79 commit dd11bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

# as suggested at https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-puppeteer-in-docker

Expand Down
2 changes: 1 addition & 1 deletion kool.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scripts:
build:
- docker build -t kooldev/puppeteer:latest .
- docker build -t kooldev/puppeteer:1.0 .

0 comments on commit dd11bcc

Please sign in to comment.