Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 5a3927a

Browse files
Changing FIREFOX_VERSION from devedition-latest to nightly-latest (SeleniumHQ#1672)
Changing FIREFOX_VERSION from devedition-latest to nightly-latest to fix SeleniumHQ#1670
1 parent 89ce754 commit 5a3927a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ firefox: node_base
8080
cd ./NodeFirefox && docker build $(BUILD_ARGS) $(FROM_IMAGE_ARGS) -t $(NAME)/node-firefox:$(TAG_VERSION) .
8181

8282
firefox_dev:
83-
cd ./NodeFirefox && docker build $(BUILD_ARGS) $(FROM_IMAGE_ARGS) --build-arg FIREFOX_VERSION=devedition-latest -t $(NAME)/node-firefox:dev .
83+
cd ./NodeFirefox && docker build $(BUILD_ARGS) $(FROM_IMAGE_ARGS) --build-arg FIREFOX_VERSION=nightly-latest -t $(NAME)/node-firefox:dev .
8484

8585
firefox_beta:
8686
cd ./NodeFirefox && docker build $(BUILD_ARGS) $(FROM_IMAGE_ARGS) --build-arg FIREFOX_VERSION=beta-latest -t $(NAME)/node-firefox:beta .

0 commit comments

Comments
 (0)