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