Skip to content

Commit

Permalink
test(deps): update dependency dotnet to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent d4dd010 commit 9c91057
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.13.7
RUN install-tool docker v27.5.0

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.405
RUN install-tool dotnet 9.0.102

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.27.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.405
RUN install-tool dotnet 9.0.102

# Test duplicate install
# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.405
RUN install-tool dotnet 9.0.102
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.405
RUN install-tool dotnet 9.0.102
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.405
RUN install-tool dotnet 9.0.102

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

0 comments on commit 9c91057

Please sign in to comment.