From bd5879351bf4cdd7baef9cbbbdc9be912c4631d8 Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Tue, 25 Jun 2024 15:32:29 +0200 Subject: [PATCH] Fix rfbrowser version --- test-module.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-module.sh b/test-module.sh index 17b4dba9..f60dad0c 100755 --- a/test-module.sh +++ b/test-module.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (C) 2023 Nethesis S.r.l. +# Copyright (C) 2024 Nethesis S.r.l. # SPDX-License-Identifier: GPL-3.0-or-later # @@ -13,7 +13,7 @@ ssh_key="$(cat $SSH_KEYFILE)" podman run -i \ -v .:/home/pwuser/ns8-module:z \ - --name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:v10.0.3 \ + --name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:18.5.1 \ bash -l -s < /home/pwuser/ns8-key