Skip to content

Commit

Permalink
Upgrade Firefox to 79.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 29, 2020
1 parent a3aa407 commit 4312120
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=78.0.2
ARG firefox_ver=79.0
ARG geckodriver_ver=0.26.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

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

0 comments on commit 4312120

Please sign in to comment.