From e1fd7552524452510d2168beb5476cdb6d653719 Mon Sep 17 00:00:00 2001 From: cris230210 Date: Tue, 26 May 2020 18:44:47 +0200 Subject: [PATCH] New: Add cypress 4.6.0 tag --- 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 66c1178..e28d19d 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.2.0 +TAG=4.6.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}