Skip to content

Commit

Permalink
docs(troubleshooting): fix comment (#4512)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliytv authored and aslushnikov committed Jun 2, 2019
1 parent ac611ba commit 94ff4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
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 94ff4de

Please sign in to comment.