Skip to content

Commit

Permalink
upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 15, 2024
1 parent 6a83d8e commit 88c5318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-integration
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 88c5318

Please # to comment.