Skip to content

Commit 9e06d06

Browse files
Bump dependencies
1 parent c1fb330 commit 9e06d06

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ build:
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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
LABEL org.opencontainers.image.source=https://github.com/gitfool/cake-docker
55

@@ -59,7 +59,7 @@ EOF
5959
RUN <<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

0 commit comments

Comments
 (0)