Skip to content

Commit

Permalink
upgrade to code 1.53.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Feb 22, 2021
1 parent 19fb170 commit 69cb072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the GNU Affero General Public License (AGPL).
# See License-AGPL.txt in the project root for license information.

FROM node:12.14.1 AS node_installer
FROM node:12.18.3 AS node_installer
RUN mkdir -p /ide/node/bin \
/ide/node/include/node/ \
/ide/node/lib/node_modules/npm/ \
Expand All @@ -28,7 +28,7 @@ RUN sudo apt-get update \
&& sudo apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

ENV GP_CODE_COMMIT c8b7572fbcc899688785440000c971657b1dc7f8
ENV GP_CODE_COMMIT 7cb02eeb2279547b8e5ff154f463387fb77748ee
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down

0 comments on commit 69cb072

Please sign in to comment.