Skip to content

Commit

Permalink
chore: upgrade dotnet to 6 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Apr 4, 2024
1 parent ed9c6b1 commit d075200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN apt-get install -y --no-install-recommends \
zlib1g \
&& wget -O dotnet-install.sh https://dot.net/v1/dotnet-install.sh \
&& chmod +x dotnet-install.sh \
&& ./dotnet-install.sh --channel 5.0 \
&& ./dotnet-install.sh --channel 6.0 \
&& rm dotnet-install.sh

# dart
Expand Down

0 comments on commit d075200

Please sign in to comment.