From 32419c8799962568eaa4cc54a8769db5f8307fb8 Mon Sep 17 00:00:00 2001 From: Apolo Pena <3060702+apolopena@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:32:34 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20Version=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reverted the hotfix for https://github.com/gitpod-io/workspace-images/issues/675 --- .gitpod.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 84e94b2a..c226d7e4 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,4 +1,4 @@ -FROM gitpod/workspace-mysql:legacy-dazzle-v1 +FROM gitpod/workspace-mysql USER gitpod @@ -53,4 +53,4 @@ RUN bash -c ". /tmp/update-composer.sh" && rm /tmp/update-composer.sh RUN bash -c ". /tmp/scaffold-project.sh" && rm /tmp/scaffold-project.sh # Force the docker image to build by incrementing this value -ENV INVALIDATE_CACHE=232 \ No newline at end of file +ENV INVALIDATE_CACHE=232