From 74f9e768ec0bd71930d1c52f4127bc4574030d97 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Fri, 8 Oct 2021 06:40:22 +0300 Subject: [PATCH] upgrade PhpStorm to 2021.2.2 https://www.jetbrains.com/phpstorm/download/other.html --- .gitpod/.gitpod.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +###