From cc63ce2da98e1e00ffcd7c0d5485c9e783abb2df Mon Sep 17 00:00:00 2001 From: Roberto Huertas Date: Tue, 23 May 2023 12:11:42 +0200 Subject: [PATCH] chore(version): bump to 0.22.0 (#5) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 514d432..7491dd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Container image that runs your code FROM ubuntu:20.04 -ENV cli_version="v0.20.0" +ENV cli_version="v0.21.0" RUN set -eux; \ apt update; \