Skip to content

Commit dd11bcc

Browse files
committed
Upgrade Node
1 parent 034ae79 commit dd11bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine
1+
FROM node:20-alpine
22

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

kool.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
scripts:
22
build:
3-
- docker build -t kooldev/puppeteer:latest .
3+
- docker build -t kooldev/puppeteer:1.0 .

0 commit comments

Comments
 (0)