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.distro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN install-tool devbox 0.16.0
RUN install-tool docker v28.4.0

# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 9.0.304
RUN install-tool dotnet 9.0.305

# renovate: datasource=github-releases packageName=containerbase/flutter-prebuild
RUN install-tool flutter 3.35.3
Expand Down
8 changes: 4 additions & 4 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.413
RUN install-tool dotnet 8.0.414

# Test duplicate install
# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 8.0.413
RUN install-tool dotnet 8.0.414
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.413
RUN install-tool dotnet 8.0.414
RUN set -ex; dotnet --version | grep 8.0.

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

# only patch updates
# renovate: datasource=dotnet packageName=dotnet-sdk
RUN install-tool dotnet 9.0.304
RUN install-tool dotnet 9.0.305
RUN set -ex; dotnet --version | grep 9.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 9.0.304
RUN install-tool dotnet 9.0.305

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