From dcff74dbe8964c793523d06a28493b3c8ef2f034 Mon Sep 17 00:00:00 2001 From: Patrick Ritter <7950125+patrit@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:13:12 +0200 Subject: [PATCH] build(deps): update gitpod playground --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index fe4283fa..001d13e9 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ -image: gitpod/workspace-python-3.10:2022-10-17-21-33-26 +image: gitpod/workspace-python-3.11:2023-10-19-14-24-02 tasks: - - init: make init && export COLUMNS=80 && gitopscli --help \ No newline at end of file + - init: make init && export COLUMNS=80 && poetry run gitopscli --help