Explorar el Código

use workspace-python-3.12 image

Matt Westcott hace 10 meses
padre
commit
6e81b080ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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