diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 950bb521..e5a02d4a 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,4 +1,4 @@ -FROM gitpod/workspace-mysql +FROM aledbf/workspace-mysql:04032021 USER gitpod @@ -29,7 +29,7 @@ RUN sudo bash -c ". /tmp/update-composer.sh" && rm /tmp/update-composer.sh # gitpod trick to bypass the docker caching mechanism for all lines below this one # just increment the value each time you want to bypass the cache system -ENV INVALIDATE_CACHE=122 +ENV INVALIDATE_CACHE=123 COPY --chown=gitpod:gitpod bash/utils.sh /tmp COPY --chown=gitpod:gitpod starter.ini /tmp