Parcourir la source

use workspace-python-3.12 image

Matt Westcott il y a 10 mois
Parent
commit
6e81b080ae
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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