Skip to content

Commit

Permalink
Upgrade Firefox to 80.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
quite4work committed Sep 2, 2020
1 parent 7829fb9 commit 10f447b
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=80.0
ARG firefox_ver=80.0.1
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

- [`80.0-driver0.27.0-debian-buster`, `80.0-driver0.27.0-debian`, `80.0-driver0.27.0`, `80.0-debian-buster`, `80.0-debian`, `80.0`, `debian-buster`, `debian`, `latest`][101]
- [`80.0.1-driver0.27.0-debian-buster`, `80.0.1-driver0.27.0-debian`, `80.0.1-driver0.27.0`, `80.0.1-debian-buster`, `80.0.1-debian`, `80.0.1`, `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 {80.0-driver0.27.0-debian-buster,80.0-driver0.27.0-debian,80.0-driver0.27.0,80.0-debian-buster,80.0-debian,80.0,debian-buster,debian,latest}; do
for tag in {80.0.1-driver0.27.0-debian-buster,80.0.1-driver0.27.0-debian,80.0.1-driver0.27.0,80.0.1-debian-buster,80.0.1-debian,80.0.1,debian-buster,debian,latest}; do
docker tag $IMAGE_NAME ${repoName}:${tag}
docker push ${repoName}:${tag}
done

1 comment on commit 10f447b

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