File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 displayName : Install dotnet
2626 inputs :
2727 # renovate: datasource=dotnet depName=dotnet-sdk
28- version : 10.0.103
28+ version : 10.0.200
2929
3030 - bash : dotnet tool restore && dotnet cake --verbosity=verbose
3131 displayName : Cake build
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 show-progress : false
3030
3131 - name : Install dotnet
32- uses : actions/setup-dotnet@v5.1 .0
32+ uses : actions/setup-dotnet@v5.2 .0
3333 with :
3434 # renovate: datasource=dotnet depName=dotnet-sdk
35- dotnet-version : 10.0.103
35+ dotnet-version : 10.0.200
3636
3737 - name : Docker login
3838 if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change 2525 script :
2626 - curl -fsSL https://get.docker.com/ | bash -s
2727 # renovate: datasource=dotnet depName=dotnet-sdk
28- - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 10.0.103
28+ - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 10.0.200
2929 - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
3030 - dotnet tool restore && dotnet cake --verbosity=verbose
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2- FROM mcr.microsoft.com/dotnet/sdk:10.0.103 -noble
2+ FROM mcr.microsoft.com/dotnet/sdk:10.0.201 -noble
33
44LABEL org.opencontainers.image.source=https://github.com/gitfool/cake-docker
55
5959RUN <<EOF
6060 set -ex
6161 [ "$TARGETARCH" = "amd64" ] && arch="amd64" || arch="arm64"
62- version=0.31 .1
62+ version=0.32 .1
6363 curl -fsSL https://github.com/docker/buildx/releases/download/v$version/buildx-v$version.linux-$arch -o /usr/local/lib/docker/cli-plugins/docker-buildx
6464 chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx
6565 docker buildx version
You can’t perform that action at this time.
0 commit comments