Skip to content

Commit

Permalink
Update nodejs
Browse files Browse the repository at this point in the history
v22 is the current LTS
  • Loading branch information
alastair committed Feb 12, 2025
1 parent 9b0bea2 commit f46463f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.workers_web
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN make clean && make

FROM freesound:2023-07

RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash -

# Install specific dependencies needed for processing, building static files and for ssh
RUN apt-get update \
Expand Down

0 comments on commit f46463f

Please sign in to comment.