From 2373b2d39c6ce91e08b4d7a4d5596f11cae2fcd5 Mon Sep 17 00:00:00 2001 From: azlam Date: Sat, 30 Sep 2023 23:44:23 +1000 Subject: [PATCH] fix(docker): update to v0.0.3 of browserforce --- dockerfiles/sfpowerscripts.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/sfpowerscripts.Dockerfile b/dockerfiles/sfpowerscripts.Dockerfile index 7dabdd139..f96eec682 100644 --- a/dockerfiles/sfpowerscripts.Dockerfile +++ b/dockerfiles/sfpowerscripts.Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:22.04 ARG SFPOWERSCRIPTS_VERSION=alpha ARG SF_CLI_VERSION=2.10.2 -ARG BROWSERFORCE_VERSION=0.0.2 +ARG BROWSERFORCE_VERSION=0.0.3 ARG SFDMU_VERSION=4.18.2 ARG GIT_COMMIT ARG NODE_MAJOR=20