Skip to content

Commit

Permalink
[code] fix #3166: new cli commands
Browse files Browse the repository at this point in the history
to manage extensions and open exteranl uris
  • Loading branch information
akosyakov committed Mar 28, 2021
1 parent 110bfc0 commit f49abb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN sudo apt-get update \
&& sudo apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

ENV GP_CODE_COMMIT cb093bd9c2c08e46b06dd113350ec864d30679cf
ENV GP_CODE_COMMIT 1255c858d0b0af9a11c9cc49c7cd5456e7368243
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down

0 comments on commit f49abb1

Please sign in to comment.