Skip to content

Commit

Permalink
✨ Upgrade to alpine 3.19 (#241)
Browse files Browse the repository at this point in the history
* chore(Dockerfile) update alpine version

* chore'docs) update readme
  • Loading branch information
ValeGendre authored Feb 9, 2024
1 parent 954a742 commit 6f4934c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

# Installs latest Chromium package.
RUN apk upgrade --no-cache --available \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,21 +274,21 @@ Some examples are available on the `examples` [directory](examples):

```
docker container run -it --rm --entrypoint "" zenika/alpine-chrome cat /etc/alpine-release
3.15.4
3.19.1
```

## Chrome version

```
docker container run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
Chromium 100.0.4896.60
Chromium 121.0.6167.85 Alpine Linux
```

## Image disk size

```
docker image inspect zenika/alpine-chrome --format='{{.Size}}'
357467827 # 341 MB
663644797 # 633 MB
```

# ✨ Contributors
Expand Down

0 comments on commit 6f4934c

Please sign in to comment.