Skip to content

Commit

Permalink
updated esbuild to resolve properly with esbuild-sass-plugin, and upd…
Browse files Browse the repository at this point in the history
…ated to nodejs 20
  • Loading branch information
PhilThurston committed Nov 21, 2023
1 parent eadf082 commit 301b98c
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 815 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update \
&& mkdir -p /etc/apt/keyrings \
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \
| gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
&& NODE_MAJOR=16 \
&& NODE_MAJOR=20 \
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" \
| tee /etc/apt/sources.list.d/nodesource.list \
&& apt-get update \
Expand Down
Loading

0 comments on commit 301b98c

Please sign in to comment.