From 55513292924ff978bbda42f80e6117de2c882774 Mon Sep 17 00:00:00 2001 From: Clemens Akens Date: Sun, 23 Apr 2017 16:45:21 +0200 Subject: [PATCH] docs: update version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3144c6e..af824de 100644 --- a/README.md +++ b/README.md @@ -185,13 +185,13 @@ Cybernaut brings two fully configured Docker containers, which can be found on [ One allows testing on Chrome: ```dockerfile -FROM clebert/cybernaut-chrome:3.1.0 +FROM clebert/cybernaut-chrome:3.2.0 ``` the other on Firefox: ```dockerfile -FROM clebert/cybernaut-firefox:3.1.0 +FROM clebert/cybernaut-firefox:3.2.0 ``` You can find a list of available tags for `cybernaut-chrome` [here][docker-hub-chrome-tags] and for `cybernaut-firefox` [here][docker-hub-firefox-tags].