Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ FROM build AS test-mono
RUN install-tool mono 6.14.1

# renovate: datasource=nuget packageName=NuGet.CommandLine
RUN install-tool nuget 7.3.0
RUN install-tool nuget 7.3.1

#--------------------------------------
# Image: test-node
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ USER 12021
RUN install-tool mono 6.14.1

# renovate: datasource=nuget packageName=NuGet.CommandLine
RUN install-tool nuget 7.3.0
RUN install-tool nuget 7.3.1

RUN nuget search nuget.commandline -Take 1

Expand Down
Loading