diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 7a4798ad3..36ebb4278 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -2,7 +2,7 @@ FROM gitpod/workspace-full # Gitpod will not rebuild Nushell's dev image unless *some* change is made to this Dockerfile. # To force a rebuild, simply increase this counter: -ENV TRIGGER_REBUILD 1 +ENV TRIGGER_REBUILD 2 USER gitpod