Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit ae6b88d

Browse files
authored
bump nodejs version for csharp language server (#83)
1 parent c408ec0 commit ae6b88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/csharp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update \
1818
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF \
1919
&& apt-get update && apt-get install --no-install-recommends -y apt-transport-https=1.2.26 \
2020
# OmniSharp runs on Mono and requires the .NET SDK 2.0.0.
21-
&& apt-get update && apt-get install --no-install-recommends -y mono-complete=5.12.0.226-0xamarin3+ubuntu1604b1 dotnet-sdk-2.0.0=2.0.0-1 nodejs=10.2.1-1nodesource1 \
21+
&& apt-get update && apt-get install --no-install-recommends -y mono-complete=5.12.0.226-0xamarin3+ubuntu1604b1 dotnet-sdk-2.0.0=2.0.0-1 nodejs=10.3.0-1nodesource1 \
2222
# Removes ~1 GB of unused files.
2323
&& rm -rf /usr/share/dotnet/sdk/NuGetFallbackFolder \
2424
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)