We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db53f82 commit 356f081Copy full SHA for 356f081
release/7-5/mariner2/docker/Dockerfile
@@ -33,7 +33,7 @@ FROM setup-tdnf-repa AS installer-env
33
cd /installTmp \
34
&& wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh \
35
&& chmod +x ./dotnet-install.sh \
36
- && ./dotnet-install.sh -Channel 8.0 -Quality ga -Runtime dotnet -InstallDir /usr/share/dotnet
+ && ./dotnet-install.sh -Channel 9.0 -Quality ga -Runtime dotnet -InstallDir /usr/share/dotnet
37
38
RUN echo ${PS_PACKAGE_URL}
39
0 commit comments