Skip to content

Commit d6b7b9e

Browse files
committed
🔖 new Chromium version 81
1 parent 88f86f5 commit d6b7b9e

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
# Supported tags and respective `Dockerfile` links
44

5-
- `latest`, `80` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile)
5+
- `latest`, `81` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile)
66
- `with-webgl` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-webgl/Dockerfile)
7-
- `with-node`, `80-with-node`, `80-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile)
8-
- `with-puppeteer`, `80-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile)
9-
- `77`, `76`, `73`, `72`, `71`, `68`, `64`
10-
- `76-with-node`, `77-with-node`,
11-
- `76-with-puppeteer`, `77-with-puppeteer`
7+
- `with-node`, `81-with-node`, `81-with-node-12` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-node/Dockerfile)
8+
- `with-puppeteer`, `81-with-puppeteer` [(Dockerfile)](https://github.com/Zenika/alpine-chrome/blob/master/with-puppeteer/Dockerfile)
9+
- `80`, `77`, `76`, `73`, `72`, `71`, `68`, `64`
10+
- `80-with-node`, `77-with-node`, `76-with-node`
11+
- `80-with-puppeteer`, `77-with-puppeteer`, `76-with-puppeteer`
1212

1313
# alpine-chrome
1414

@@ -151,12 +151,19 @@ Links:
151151

152152
```
153153
docker run -it --rm --entrypoint "" zenika/alpine-chrome cat /etc/alpine-release
154-
3.11.5
154+
3.11.6
155155
```
156156

157157
## Chrome version
158158

159159
```
160160
docker run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
161-
Chromium 80.0.3987.149
161+
Chromium 81.0.4044.113
162+
```
163+
164+
## Image disk size
165+
166+
```
167+
docker image inspect zenika/alpine-chrome --format='{{.Size}}'
168+
368279892
162169
```

0 commit comments

Comments
 (0)