Skip to content

Commit

Permalink
chore: Bumo NodeJS version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Aug 22, 2023
1 parent a1d2343 commit c9cf0b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_amd64
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && \
libfuse2 \
libarchive-tools \
pristine-tar && \
curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
apt install -y --no-install-recommends nodejs && \
cd /tmp && \
apt-get download fuse && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && \
libarchive-tools \
pristine-tar && \
gem install fpm -v 1.10.2 && \
curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
apt install -y --no-install-recommends nodejs && \
cd /tmp && \
apt-get download fuse && \
Expand Down

0 comments on commit c9cf0b1

Please sign in to comment.