We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0afff commit 8c14660Copy full SHA for 8c14660
components/ide/code/leeway.Dockerfile
@@ -42,7 +42,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh |
42
&& npm install -g yarn node-gyp
43
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
44
45
-ENV GP_CODE_COMMIT ad96a5a674ce1c58635b1d4907d48100121610b9
+ENV GP_CODE_COMMIT cc3c72f4a1321040668a55883bde66c4e4080c4a
46
RUN mkdir gp-code \
47
&& cd gp-code \
48
&& git init \
0 commit comments