Skip to content

Commit 15759f7

Browse files
committed
chore: force image rebuild
1 parent e287ba9 commit 15759f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM gitpod/workspace-full
22

33
USER gitpod
44

5-
RUN echo "force image rebuild: 123"
5+
RUN echo "force image rebuild: 456"
66

77
RUN curl -fsSL https://deno.land/x/install/install.sh | sh
88
RUN /home/gitpod/.deno/bin/deno completions bash > /home/gitpod/.bashrc.d/90-deno && echo 'export DENO_INSTALL="/home/gitpod/.deno"' >> /home/gitpod/.bashrc.d/90-deno && echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /home/gitpod/.bashrc.d/90-deno

0 commit comments

Comments
 (0)