mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-05 23:54:26 -04:00
Node 22
This commit is contained in:
@@ -10,7 +10,7 @@ RUN apt-get update -qq && \
|
||||
gnupg2 \
|
||||
shared-mime-info \
|
||||
libvips \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
|
||||
&& apt-get install -y --no-install-recommends nodejs \
|
||||
&& npm install -g yarn \
|
||||
&& apt-get clean \
|
||||
|
||||
Reference in New Issue
Block a user