Browse Source

use workspace-python-3.12 image

Matt Westcott 8 months ago
parent
commit
6e81b080ae
1 changed files with 1 additions and 1 deletions
  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