From 5256781278f63b3af2801e2db6d27e5a34c9abf2 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Mon, 24 Feb 2020 18:33:46 +0000 Subject: [PATCH] Update inlets-pro version to 0.5.6 Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- cmd/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/create.go b/cmd/create.go index 5ac3c5e7..c8187b32 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -356,7 +356,7 @@ export AUTHTOKEN="` + authToken + `" export REMOTETCP="` + remoteTCP + `" export IP=$(curl -sfSL https://ifconfig.co) -curl -SLsf https://github.com/inlets/inlets-pro/releases/download/0.4.3/inlets-pro > /tmp/inlets-pro && \ +curl -SLsf https://github.com/inlets/inlets-pro/releases/download/0.5.6/inlets-pro > /tmp/inlets-pro && \ chmod +x /tmp/inlets-pro && \ mv /tmp/inlets-pro /usr/local/bin/inlets-pro