From 07a0ba8fa43767d47fd68f1d59d7aa3e9573782f Mon Sep 17 00:00:00 2001 From: Juan Date: Fri, 22 Mar 2019 13:30:03 +0100 Subject: [PATCH] Update: Cypress 3.2.0 --- images/node-8-cypress/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/node-8-cypress/build.sh b/images/node-8-cypress/build.sh index ad89355..ebfac85 100755 --- a/images/node-8-cypress/build.sh +++ b/images/node-8-cypress/build.sh @@ -1,9 +1,9 @@ #!/bin/bash NAME=gigigo/node-8-cypress -TAG=3.1.5 +TAG=3.2.0 echo "Building $NAME" # docker build -t ${NAME}:${TAG} --build-arg CYPRESS_VERSION=${TAG} . -docker push ${NAME}:${TAG} \ No newline at end of file +docker push ${NAME}:${TAG}