Skip to content

Commit

Permalink
Node.js += 2;
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 17, 2024
1 parent 0448532 commit dcbc9c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN apt-get update && apt-get upgrade -y && \
ca-certificates \
libfontconfig1
# Node.js is required to run this application.
RUN echo "# Node.js 16.x for Debian 11 (codename bullseye)" > /etc/apt/sources.list.d/nodejs.list \
&& echo "deb https://deb.nodesource.com/node_16.x bullseye main" >> /etc/apt/sources.list.d/nodejs.list \
&& echo "deb-src https://deb.nodesource.com/node_16.x bullseye main" >> /etc/apt/sources.list.d/nodejs.list
RUN echo "# Node.js 18.x for Debian 11 (codename bullseye)" > /etc/apt/sources.list.d/nodejs.list \
&& echo "deb https://deb.nodesource.com/node_18.x bullseye main" >> /etc/apt/sources.list.d/nodejs.list \
&& echo "deb-src https://deb.nodesource.com/node_18.x bullseye main" >> /etc/apt/sources.list.d/nodejs.list
RUN apt-key adv --fetch-keys https://deb.nodesource.com/gpgkey/nodesource.gpg.key
RUN apt-get update && apt-get install --no-install-recommends -y nodejs
# Create directory for application.
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ change in this application.
## Version 5.?.? (2024-05-??)

* __[maintenance]__
Update Dockerfile to use Node.js 16 instead of Node.js 14.
Update Dockerfile to use Node.js 18 instead of Node.js 14.

## Version 5.1.2 (2024-03-31)

Expand Down

0 comments on commit dcbc9c9

Please sign in to comment.