Skip to content

Commit e8170ef

Browse files
authored
📝 update to chrome 86 (#143)
1 parent 853fde8 commit e8170ef

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
# Supported tags and respective `Dockerfile` links
88

9-
- `latest`, `85` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile)
10-
- `with-node`, `85-with-node`, `85-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile)
11-
- `with-puppeteer`, `85-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile)
12-
- `with-playwright`, `85-with-playwright` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-playwright/Dockerfile)
13-
- `with-selenoid`, `85-with-selenoid` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-selenoid/Dockerfile)
14-
- `with-chromedriver`, `85-with-chromedriver` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-chromedriver/Dockerfile)
15-
- `84`, `83`, `81`, `80`, `77`, `76`, `73`, `72`, `71`, `68`, `64`
16-
- `84-with-puppeteer`, `83-with-puppeteer`, `81-with-node`, `80-with-node`, `77-with-node`, `76-with-node`
17-
- `84-with-puppeteer`, `83-with-puppeteer`, `81-with-puppeteer`, `80-with-puppeteer`, `77-with-puppeteer`, `76-with-puppeteer`
9+
- `latest`, `86` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile)
10+
- `with-node`, `86-with-node`, `86-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile)
11+
- `with-puppeteer`, `86-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile)
12+
- `with-playwright`, `86-with-playwright` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-playwright/Dockerfile)
13+
- `with-selenoid`, `86-with-selenoid` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-selenoid/Dockerfile)
14+
- `with-chromedriver`, `86-with-chromedriver` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-chromedriver/Dockerfile)
15+
- `85`, `84`, `83`, `81`, `80`, `77`, `76`, `73`, `72`, `71`, `68`, `64`
16+
- `85-with-node`, `84-with-node`, `83-with-node`, `81-with-node`, `80-with-node`, `77-with-node`, `76-with-node`
17+
- `85-with-puppeteer`,`84-with-puppeteer`, `83-with-puppeteer`, `81-with-puppeteer`, `80-with-puppeteer`, `77-with-puppeteer`, `76-with-puppeteer`
1818

1919
# alpine-chrome
2020

@@ -256,14 +256,14 @@ Some examples are available on the `examples` [directory](examples):
256256

257257
```
258258
docker container run -it --rm --entrypoint "" zenika/alpine-chrome cat /etc/alpine-release
259-
3.12.0
259+
3.12.1
260260
```
261261

262262
## Chrome version
263263

264264
```
265265
docker container run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
266-
Chromium 85.0.4183.83
266+
Chromium 86.0.4240.111
267267
```
268268

269269
## Image disk size

0 commit comments

Comments
 (0)