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.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN install-tool dart 2.19.6
RUN install-tool docker v24.0.7

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.100
RUN install-tool dotnet 8.0.101

# renovate: datasource=flutter-version
RUN install-tool flutter 3.16.5
Expand Down
8 changes: 4 additions & 4 deletions test/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ FROM base as testb
RUN install-tool dotnet 6.0.416

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.100
RUN install-tool dotnet 8.0.101

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

USER 1000
Expand All @@ -84,7 +84,7 @@ FROM build as testc

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

RUN set -ex; \
Expand All @@ -102,7 +102,7 @@ FROM build as testd

# only patch updates
# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.100
RUN install-tool dotnet 8.0.101
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 @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-dotnet

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.100
RUN install-tool dotnet 8.0.101

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