Skip to content

Commit

Permalink
Merge pull request #1 from GoogleChrome/master
Browse files Browse the repository at this point in the history
docs(troubleshooting): fix comment (puppeteer#4512)
  • Loading branch information
templated-ui committed Jun 3, 2019
2 parents 648194a + 94ff4de commit 579da4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Example Dockerfile:
```Dockerfile
FROM node:10-alpine

# Installs latest Chromium (72) package.
# Installs latest Chromium (73) package.
RUN apk update && apk upgrade && \
echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories && \
echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories && \
Expand Down

0 comments on commit 579da4e

Please sign in to comment.