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 Nov 13, 2024
1 parent 8383c45 commit 2455acf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN install-tool dart 3.5.4
RUN install-tool docker v27.3.1

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.403
RUN install-tool dotnet 9.0.100

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.24.4
Expand Down
8 changes: 4 additions & 4 deletions test/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ FROM base AS testb
RUN install-tool dotnet 6.0.416

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.403
RUN install-tool dotnet 9.0.100

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

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

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

RUN set -ex; \
Expand All @@ -122,7 +122,7 @@ FROM build AS testd

# only patch updates
# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.403
RUN install-tool dotnet 9.0.100
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.403
RUN install-tool dotnet 9.0.100

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

0 comments on commit 2455acf

Please sign in to comment.