Skip to content

Commit

Permalink
test(deps): update dotnet monorepo (#1572)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 11, 2023
1 parent 223f393 commit 40f93a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -39,7 +39,7 @@ RUN install-tool dart 2.18.7
RUN install-tool docker v24.0.6

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 7.0.401
RUN install-tool dotnet 7.0.402

# renovate: datasource=flutter-version
RUN install-tool flutter 3.0.2
Expand Down
8 changes: 4 additions & 4 deletions test/dotnet/Dockerfile
Expand Up @@ -56,11 +56,11 @@ RUN install-tool dotnet 2.2.207
RUN install-tool dotnet 3.1.415

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 6.0.414
RUN install-tool dotnet 6.0.415

# Test duplicate install
# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 6.0.414
RUN install-tool dotnet 6.0.415
RUN set -ex; dotnet --version | grep 6.0.

USER 1000
Expand All @@ -83,7 +83,7 @@ FROM net3 as testc

# only patch updates
# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 6.0.414
RUN install-tool dotnet 6.0.415
RUN set -ex; dotnet --version | grep 6.0.

RUN set -ex; \
Expand All @@ -101,7 +101,7 @@ FROM net3 as testd

# only patch updates
# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 7.0.401
RUN install-tool dotnet 7.0.402
RUN set -ex; dotnet --version | grep 7.0.

RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion test/dotnet/Dockerfile.arm64
Expand Up @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-dotnet

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 7.0.401
RUN install-tool dotnet 7.0.402

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

0 comments on commit 40f93a4

Please sign in to comment.