diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 6d2f42a6..be1a3ff1 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -4,5 +4,4 @@ FROM gitpod/workspace-full:latest USER gitpod RUN pip3 install pytest==4.4.2 pytest-testdox mock -RUN npm i @learnpack/learnpack -g && learnpack plugins:install learnpack-python@0.0.36 - +RUN npm i @learnpack/learnpack@2.1.18 -g && learnpack plugins:install @learnpack/python