Skip to content

Commit

Permalink
Bump Node.js to v16
Browse files Browse the repository at this point in the history
The latest version of Auspice supports Node.js v16. This should come
with performance improvements.
  • Loading branch information
victorlin committed Dec 7, 2022
1 parent f8ea4da commit 1afd07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

# Install a specific Node.js version
# https://github.com/nodesource/distributions/blob/0d81da75/README.md#installation-instructions
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get update && apt-get install -y nodejs

# Add dependencies. All should be pinned to specific versions, except
Expand Down Expand Up @@ -235,7 +235,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

# Install a specific Node.js version
# https://github.com/nodesource/distributions/blob/0d81da75/README.md#installation-instructions
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get update && apt-get install -y nodejs

# Configure bash for interactive usage
Expand Down

0 comments on commit 1afd07d

Please sign in to comment.