Skip to content

Commit 356f081

Browse files
authored
update dotnet channel to 9.0 so that powershell preview can find dotnet version it needs (#794)
1 parent db53f82 commit 356f081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/7-5/mariner2/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FROM setup-tdnf-repa AS installer-env
3333
cd /installTmp \
3434
&& wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh \
3535
&& chmod +x ./dotnet-install.sh \
36-
&& ./dotnet-install.sh -Channel 8.0 -Quality ga -Runtime dotnet -InstallDir /usr/share/dotnet
36+
&& ./dotnet-install.sh -Channel 9.0 -Quality ga -Runtime dotnet -InstallDir /usr/share/dotnet
3737

3838
RUN echo ${PS_PACKAGE_URL}
3939

0 commit comments

Comments
 (0)