From 087f5513e4402c8c87528264a6542b058f62c6bc Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 3 Jan 2022 09:47:10 +0000 Subject: [PATCH] chore: Update Dockerfile instruction for "/tmp/updatecli/updatecli/upda... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... tecli-action/Dockerfile" Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 580c2c64..26288b00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG UPDATECLI_VERSION=v0.17.1 +ARG UPDATECLI_VERSION=v0.17.2 FROM ghcr.io/updatecli/updatecli:$UPDATECLI_VERSION