Skip to content

Commit d075200

Browse files
authoredApr 4, 2024··
chore: upgrade dotnet to 6 (#349)
1 parent ed9c6b1 commit d075200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN apt-get install -y --no-install-recommends \
8989
zlib1g \
9090
&& wget -O dotnet-install.sh https://dot.net/v1/dotnet-install.sh \
9191
&& chmod +x dotnet-install.sh \
92-
&& ./dotnet-install.sh --channel 5.0 \
92+
&& ./dotnet-install.sh --channel 6.0 \
9393
&& rm dotnet-install.sh
9494

9595
# dart

0 commit comments

Comments
 (0)
Please sign in to comment.