Skip to content

Commit

Permalink
Update Node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 authored and fenekku committed Aug 1, 2024
1 parent dd23519 commit 0a63d08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions almalinux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Copyright (C) 2018-2021 CERN.
# Copyright (C) 2022 Graz University of Technology.
# Copyright (C) 2022 University of Münster.
# Copyright (C) 2023 KTH Royal Institute of Technology.
# Copyright (C) 2022 Graz University of Technology.
# Copyright (C) 2022 University of Münster.
# Copyright (C) 2023-2024 KTH Royal Institute of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -53,9 +53,9 @@ RUN ln -sfn /usr/bin/python3 /usr/bin/python
RUN yum remove python3-packaging -y
RUN pip3 install --upgrade pip pipenv wheel

# Install Node.js v16
RUN curl -fsSL https://rpm.nodesource.com/setup_16.x | bash - && \
yum install -y nodejs
# Install Node.js v20
RUN curl -fsSL https://rpm.nodesource.com/setup_20.x | bash - && \
dnf -y install nodejs

# Create working directory
ENV WORKING_DIR=/opt/invenio
Expand Down

0 comments on commit 0a63d08

Please sign in to comment.