Skip to content

test(deps): update dependency dotnet to v9 (main) #3606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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 @@ -60,7 +60,7 @@ RUN install-tool devbox 0.14.0
RUN install-tool docker v28.0.4

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.407
RUN install-tool dotnet 9.0.203

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.29.2
Expand Down
6 changes: 3 additions & 3 deletions test/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ RUN set -ex; \
FROM base AS testb

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.407
RUN install-tool dotnet 9.0.203

# Test duplicate install
# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.407
RUN install-tool dotnet 9.0.203
RUN set -ex; dotnet --version | grep 8.0.

USER 12021
Expand All @@ -101,7 +101,7 @@ RUN set -ex; \

# only patch updates
# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.407
RUN install-tool dotnet 9.0.203
RUN set -ex; dotnet --version | grep 8.0.

RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion test/dotnet/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-dotnet

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.407
RUN install-tool dotnet 9.0.203

#--------------------------------------
# Image: final
Expand Down
Loading