We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320a10e commit 9acba19Copy full SHA for 9acba19
Dockerfile
@@ -9,7 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
9
10
RUN \
11
apt-get update && apt-get install -y curl \
12
- && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
+ && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
13
&& apt-get update \
14
&& apt-get install -y nodejs yarn gdb \
15
&& rm -rf /var/lib/apt/lists/*
0 commit comments