Skip to content

Commit

Permalink
Upgrade Firefox to 82.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
quite4work committed Oct 22, 2020
1 parent e078db8 commit eb8c813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://hub.docker.com/_/debian
FROM debian:buster-slim

ARG firefox_ver=81.0.2
ARG firefox_ver=82.0
ARG geckodriver_ver=0.27.0

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ geckodriver Docker image

## Supported tags and respective `Dockerfile` links

- [`81.0.2-driver0.27.0-debian-buster`, `81.0.2-driver0.27.0-debian`, `81.0.2-driver0.27.0`, `81.0.2-debian-buster`, `81.0.2-debian`, `81.0.2`, `debian-buster`, `debian`, `latest`][101]
- [`82.0-driver0.27.0-debian-buster`, `82.0-driver0.27.0-debian`, `82.0-driver0.27.0`, `82.0-debian-buster`, `82.0-debian`, `82.0`, `debian-buster`, `debian`, `latest`][101]



Expand Down
2 changes: 1 addition & 1 deletion hooks/post_push
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tagStart=$(expr index "$IMAGE_NAME" :)
repoName=${IMAGE_NAME:0:tagStart-1}

# Tag and push image for each additional tag
for tag in {81.0.2-driver0.27.0-debian-buster,81.0.2-driver0.27.0-debian,81.0.2-driver0.27.0,81.0.2-debian-buster,81.0.2-debian,81.0.2,debian-buster,debian,latest}; do
for tag in {82.0-driver0.27.0-debian-buster,82.0-driver0.27.0-debian,82.0-driver0.27.0,82.0-debian-buster,82.0-debian,82.0,debian-buster,debian,latest}; do
docker tag $IMAGE_NAME ${repoName}:${tag}
docker push ${repoName}:${tag}
done

1 comment on commit eb8c813

@quite4work
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack @alexlapa

Please sign in to comment.