Sfoglia il codice sorgente

use workspace-python-3.12 image

Matt Westcott 1 anno fa
parent
commit
6e81b080ae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .gitpod.dockerfile

+ 1 - 1
.gitpod.dockerfile

@@ -1,4 +1,4 @@
-FROM gitpod/workspace-full
+FROM gitpod/workspace-python-3.12
 ENV PYTHONUSERBASE=/workspace/.pip-modules
 ENV PATH=$PYTHONUSERBASE/bin:$PATH
 ENV PIP_USER=yes