From 33320831c7b8a30b0bf3c5166853fd7425dbdd4c Mon Sep 17 00:00:00 2001 From: updatecli-bot <92159579+updatecli-bot@users.noreply.github.com> Date: Mon, 29 Nov 2021 21:46:36 +0100 Subject: [PATCH] chore: Update Dockerfile instruction for "/tmp/updatecli/updatecli/upda... (#39) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... tecli-action/Dockerfile" Made with ❤️️ by updatecli Co-authored-by: updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78ee9d19..c57377fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG UPDATECLI_VERSION=v0.16.0 +ARG UPDATECLI_VERSION=v0.16.1 FROM ghcr.io/updatecli/updatecli:$UPDATECLI_VERSION