From 13380f7cc565e4cca381c6794297e14b5f915d97 Mon Sep 17 00:00:00 2001 From: JuanGrauGGG <50443492+JuanGrauGGG@users.noreply.github.com> Date: Wed, 26 Jun 2019 15:36:38 +0200 Subject: [PATCH] Update: Cypress 3.3.1 --- images/node-10-cypress/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/node-10-cypress/build.sh b/images/node-10-cypress/build.sh index c89ac78..f9ffec1 100755 --- a/images/node-10-cypress/build.sh +++ b/images/node-10-cypress/build.sh @@ -1,9 +1,9 @@ #!/bin/bash NAME=gigigo/node-10-cypress -TAG=3.2.0 +TAG=3.3.1 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}