From 88c5318ce66a31b7507a8c9b0d347b02f46ed0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Tue, 15 Oct 2024 08:39:23 +0200 Subject: [PATCH] upgrade node --- Dockerfile | 2 +- Dockerfile-integration | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 95ba4a1a..4b6304c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Copyright 2024 SCTG Development - Ronan LE MEILLAT -# SPDX-License-Identifier: AGPL-3.0 +# SPDX-License-Identifier: AGPL-3.0-or-later FROM sctg/sctgdesk-server-integration:latest AS builder FROM ubuntu:jammy diff --git a/Dockerfile-integration b/Dockerfile-integration index c06a7b6d..741963ba 100644 --- a/Dockerfile-integration +++ b/Dockerfile-integration @@ -1,7 +1,7 @@ # Copyright 2024 SCTG Development - Ronan LE MEILLAT -# SPDX-License-Identifier: AGPL-3.0 +# SPDX-License-Identifier: AGPL-3.0-or-later FROM ubuntu:jammy AS builder -ENV NODE_VERSION=20.13.1 +ENV NODE_VERSION=20.18.0 RUN apt-get update && apt-get install -y curl build-essential debhelper devscripts pkg-config libssl-dev zip RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN mkdir /build