Skip to content

Commit 9acba19

Browse files
authored
internal: update Node.js to 22.x in Dockerfile (skyrim-multiplayer#2604)
1 parent 320a10e commit 9acba19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
99

1010
RUN \
1111
apt-get update && apt-get install -y curl \
12-
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
12+
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
1313
&& apt-get update \
1414
&& apt-get install -y nodejs yarn gdb \
1515
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)