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 f6f4923 commit c4694e4Copy full SHA for c4694e4
1 file changed
test/dotnet/Dockerfile
@@ -76,11 +76,11 @@ FROM base AS testb
76
77
# only patch updates
78
# renovate: datasource=dotnet packageName=dotnet-sdk
79
-RUN install-tool dotnet 8.0.422
+RUN install-tool dotnet 10.0.301
80
81
# Test duplicate install
82
83
84
RUN set -ex; dotnet --version | grep 8.0.
85
86
USER 12021
0 commit comments