Skip to content

Commit

Permalink
Upgrade Firefox to 85.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 28, 2021
1 parent 566b05f commit cbc1b12
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [85.0-driver0.29.0-r0] · 2021-01-28
[85.0-driver0.29.0-r0]: /../../tree/85.0-driver0.29.0-r0

[Diff](/../../compare/84.0.2-driver0.29.0-r0...85.0-driver0.29.0-r0)

### Upgraded

- Firefox 85.0: <https://www.mozilla.org/firefox/85.0/releasenotes>




## [84.0.2-driver0.29.0-r0] · 2021-01-20
[84.0.2-driver0.29.0-r0]: /../../tree/84.0.2-driver0.29.0-r0

Expand Down
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=84.0.2
ARG firefox_ver=85.0
ARG geckodriver_ver=0.29.0
ARG build_rev=0

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ test.docker:
ifeq ($(wildcard node_modules/.bin/bats),)
@make npm.install
endif
IMAGE=instrumentisto/$(NAME):$(tag) \
IMAGE=instrumentisto/$(NAME):$(if $(call eq,$(tag),),$(VERSION),$(tag)) \
node_modules/.bin/bats \
--timing $(if $(call eq,$(CI),),--pretty,--formatter tap) \
tests/main.bats
Expand All @@ -166,7 +166,7 @@ endif
npm.install:
ifeq ($(dockerized),yes)
docker run --rm --network=host -v "$(PWD)":/app/ -w /app/ \
node:$(NODE_VER) \
node \
make npm.install dockerized=no
else
npm install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ geckodriver Docker image

## Supported tags and respective `Dockerfile` links

- [`84.0.2-driver0.29.0-r0-debian-buster`, `84.0.2-driver0.29.0-r0-debian`, `84.0.2-driver0.29.0-r0`, `84.0.2-driver0.29.0-debian-buster`, `84.0.2-driver0.29.0-debian`, `84.0.2-driver0.29.0`, `84.0.2-debian-buster`, `84.0.2-debian`, `84.0.2`, `debian-buster`, `debian`, `latest`][101]
- [`85.0-driver0.29.0-r0-debian-buster`, `85.0-driver0.29.0-r0-debian`, `85.0-driver0.29.0-r0`, `85.0-driver0.29.0-debian-buster`, `85.0-driver0.29.0-debian`, `85.0-driver0.29.0`, `85.0-debian-buster`, `85.0-debian`, `85.0`, `debian-buster`, `debian`, `latest`][101]



Expand Down

1 comment on commit cbc1b12

@tyranron
Copy link
Member 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.