Skip to content

Conversation

simfeld
Copy link
Contributor

@simfeld simfeld commented Jan 23, 2021

Fixes #818

# https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker

FROM node:12-buster-slim
FROM node:14-buster-slim
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe more specific with 14.15 (or direct pin to 14.15.4 and update with renovate)?

"extends": [
"config:base"
"config:base",
"docker:pinDigests"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to node 14
3 participants