Skip to content

Commit

Permalink
[code] upgrade to 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Jun 18, 2021
1 parent fc8edff commit 4c612e2
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 @@ -42,7 +42,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh |
&& npm install -g yarn node-gyp
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH

ENV GP_CODE_COMMIT a6ceaaf126d636d6e9499dfebaf413956256e98d
ENV GP_CODE_COMMIT bcd47c10d173a0c5cb174ab7451bb5133c4e9bec
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down

0 comments on commit 4c612e2

Please sign in to comment.