Skip to content

Commit

Permalink
91.0.4469.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Apr 24, 2021
1 parent a0ec2ee commit 0303a9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL homepage "https://www.montferret.dev/"
EXPOSE 9222

# https://omahaproxy.appspot.com/
ENV REVISION=856583
ENV REVISION=869685
ENV DOWNLOAD_HOST=https://storage.googleapis.com

RUN apt-get update -qqy \
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ $ docker pull montferret/chromium:latest
# pull latest version from GitHub Registry
$ docker pull ghcr.io/montferret/chromium:latest

# pull specific tagged version from DockerHub Registry
$ docker pull montferret/chromium:90.0.4427.0

# pull specific tagged version from GitHub Registry
$ docker pull ghcr.io/montferret/chromium:90.0.4427.0

# run
$ docker run -d -p 9222:9222 --name headless-chromium montferret/chromium
$ docker run -d -p 9222:9222 --name headless-chromium ghcr.io/montferret/chromium
Expand Down

0 comments on commit 0303a9a

Please sign in to comment.