File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
ide/code/gitpod-web-extension Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22# Licensed under the GNU Affero General Public License (AGPL).
33# See License.AGPL.txt in the project root for license information.
44
5- FROM node:18.20.7 -alpine AS builder
5+ FROM node:22.15.1 -alpine AS builder
66
77# Install bash
88RUN apk update && \
@@ -13,11 +13,11 @@ COPY components-gitpod-db--migrations /installer/
1313WORKDIR /app
1414RUN /installer/install.sh
1515
16- FROM node:18.20.7 -alpine as proxy
16+ FROM node:22.15.1 -alpine as proxy
1717RUN wget https://storage.googleapis.com/cloudsql-proxy/v1.37.6/cloud_sql_proxy.linux.amd64 -O /bin/cloud_sql_proxy \
1818 && chmod +x /bin/cloud_sql_proxy
1919
20- FROM node:18.20.7 -alpine
20+ FROM node:22.15.1 -alpine
2121
2222# Install bash
2323RUN apk update && \
Original file line number Diff line number Diff line change 11# Copyright (c) 2020 Gitpod GmbH. All rights reserved.
22# Licensed under the GNU Affero General Public License (AGPL).
33# See License.AGPL.txt in the project root for license information.
4- FROM node:18 as builder
4+ FROM node:22.15.1 as builder
55
66ARG CODE_EXTENSION_COMMIT
77
Original file line number Diff line number Diff line change 22# Licensed under the GNU Affero General Public License (AGPL).
33# See License.AGPL.txt in the project root for license information.
44
5- FROM node:18.20.7 -alpine AS builder
5+ FROM node:22.15.1 -alpine AS builder
66
77# Install Python, make, gcc and g++ for node-gyp
88RUN apk update && \
@@ -14,7 +14,7 @@ COPY components-server--app /installer/
1414WORKDIR /app
1515RUN /installer/install.sh
1616
17- FROM node:18.20.7 -alpine
17+ FROM node:22.15.1 -alpine
1818ENV NODE_OPTIONS="--unhandled-rejections=warn --max_old_space_size=2048"
1919
2020EXPOSE 3000
Original file line number Diff line number Diff line change 22# Licensed under the GNU Affero General Public License (AGPL).
33# See License.AGPL.txt in the project root for license information.
44
5- FROM node:18.20.7 -alpine AS builder
5+ FROM node:22.15.1 -alpine AS builder
66
77# Install bash for the installer script
88RUN apk update && \
@@ -14,7 +14,7 @@ COPY components-ws-manager-bridge--app /installer/
1414WORKDIR /app
1515RUN /installer/install.sh
1616
17- FROM node:18.20.7 -alpine
17+ FROM node:22.15.1 -alpine
1818ENV NODE_OPTIONS=--unhandled-rejections=warn
1919EXPOSE 3000
2020COPY --from=builder --chown=node:node /app /app/
You can’t perform that action at this time.
0 commit comments