Skip to content

Commit

Permalink
🚀 RELEASE: Version 1.5.0
Browse files Browse the repository at this point in the history
Reverted the hotfix for  gitpod-io/workspace-images#675
  • Loading branch information
apolopena authored Feb 10, 2022
1 parent d4dc2f6 commit 32419c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gitpod/workspace-mysql:legacy-dazzle-v1
FROM gitpod/workspace-mysql

USER gitpod

Expand Down Expand Up @@ -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
ENV INVALIDATE_CACHE=232

0 comments on commit 32419c8

Please sign in to comment.