Skip to content

Commit

Permalink
[gitpod] trigger rebuild to pick upstream image changes
Browse files Browse the repository at this point in the history
particularly:
- vnc reconnect fix
- python config for npm fix

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
  • Loading branch information
akosyakov committed Apr 21, 2020
1 parent 7d56c34 commit 9bc52ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gitpod/workspace-full-vnc:latest

# Docker build does not rebuild an image when a base image is changed, increase this counter to trigger it.
ENV TRIGGER_REBUILD 2
ENV TRIGGER_REBUILD 3

# Install custom tools, runtime, etc.
RUN sudo apt-get update \
Expand Down

0 comments on commit 9bc52ad

Please sign in to comment.