Skip to content

Commit dd6b730

Browse files
Mercurialsagor999
authored andcommitted
Updated dotnet version from dotnet 6 to dotnet 7
1 parent dc44156 commit dd6b730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chunks/tool-dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV TRIGGER_REBUILD=1
77

88
# Install .NET SDK (Current channel)
99
# Source: https://docs.microsoft.com/dotnet/core/install/linux-scripted-manual#scripted-install
10-
RUN mkdir -p /home/gitpod/dotnet && curl -fsSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 6.0.200 --install-dir /home/gitpod/dotnet
10+
RUN mkdir -p /home/gitpod/dotnet && curl -fsSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 7.0.100 --install-dir /home/gitpod/dotnet
1111
ENV DOTNET_ROOT=/home/gitpod/dotnet
1212
ENV PATH=/home/gitpod/dotnet:$PATH
1313

0 commit comments

Comments
 (0)