From db77d5bf3d3784b938d3ac6aac3428c166fbc729 Mon Sep 17 00:00:00 2001 From: Moritz Eysholdt Date: Wed, 7 Feb 2024 08:11:26 +0000 Subject: [PATCH] removed workaround --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 996fab1..37691f7 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ # Image source code: https://github.com/axonasif/workspace-images/tree/tmp # Also see: https://github.com/gitpod-io/workspace-images/issues/1071 -image: axonasif/workspace-python@sha256:f5ba627a31505ea6cf100abe8e552d7ff9e0abd6ba46745b6d6dab349c001430 +image: gitpod/workspace-python-3.8 tasks: - name: Init project and run server