Skip to content

Commit

Permalink
Upgrade Firefox to 81.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
quite4work committed Oct 20, 2020
1 parent 4345459 commit e078db8
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
ARG firefox_ver=81.0.2
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-driver0.27.0-debian-buster`, `81.0-driver0.27.0-debian`, `81.0-driver0.27.0`, `81.0-debian-buster`, `81.0-debian`, `81.0`, `debian-buster`, `debian`, `latest`][101]
- [`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]



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-driver0.27.0-debian-buster,81.0-driver0.27.0-debian,81.0-driver0.27.0,81.0-debian-buster,81.0-debian,81.0,debian-buster,debian,latest}; do
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
docker tag $IMAGE_NAME ${repoName}:${tag}
docker push ${repoName}:${tag}
done

1 comment on commit e078db8

@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.