diff --git a/.gitpod/.gitpod.Dockerfile b/.gitpod/.gitpod.Dockerfile index 07a96ef7..641a56e9 100644 --- a/.gitpod/.gitpod.Dockerfile +++ b/.gitpod/.gitpod.Dockerfile @@ -8,11 +8,11 @@ RUN sudo apt-get -qq install -y python3 python3-pip libxext6 libxrender1 libxtst RUN pip3 install projector-installer # Install PhpStorm RUN mkdir -p ~/.projector/configs # Prevents projector install from asking for the license acceptance -RUN projector install 'PhpStorm 2021.1' --no-auto-run +RUN projector install 'PhpStorm 2021.2.2' --no-auto-run # Install ddev RUN brew update && brew install drud/ddev/ddev && mkcert -install ### ### Initiate a rebuild of Gitpod's image by updating this comment #1 -### \ No newline at end of file +###