force rebuild of dev container (#4033)

This commit is contained in:
Merith 2021-09-22 12:47:28 -07:00 committed by GitHub
parent 349af05da8
commit 59697cab63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitpod.Dockerfile vendored
View File

@ -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