From 5128c739efd2a6c3736b4304be3cfc5f1bdc38e9 Mon Sep 17 00:00:00 2001 From: Stefan M Date: Thu, 6 Jun 2019 11:46:20 +0200 Subject: [PATCH] Update now --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 961b04e..0edf2f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,7 +73,7 @@ jobs: name: Install now CLI command: | apk add wget - wget -q https://github.com/zeit/now-cli/releases/download/14.2.3/now-alpine.gz + wget -q https://github.com/zeit/now-cli/releases/download/15.4.0/now-alpine.gz apk add gzip gunzip now-alpine.gz chmod a+x now-alpine