Skip to content

Commit a303814

Browse files
Bump dependencies
1 parent 95c48e2 commit a303814

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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: 9.0.305
28+
version: 9.0.306
2929

3030
- bash: dotnet tool restore && dotnet cake --verbosity=verbose
3131
displayName: Cake build

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/[email protected]
3333
with:
3434
# renovate: datasource=dotnet depName=dotnet-sdk
35-
dotnet-version: 9.0.305
35+
dotnet-version: 9.0.306
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 9.0.305
28+
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 9.0.306
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:9.0.305-noble
2+
FROM mcr.microsoft.com/dotnet/sdk:9.0.306-noble
33

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

@@ -70,7 +70,7 @@ EOF
7070
RUN <<EOF
7171
set -ex
7272
[ "$TARGETARCH" = "amd64" ] && arch="x86_64" || arch="aarch64"
73-
version=2.40.0
73+
version=2.40.3
7474
curl -fsSL https://github.com/docker/compose/releases/download/v$version/docker-compose-linux-$arch -o /usr/local/lib/docker/cli-plugins/docker-compose
7575
chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
7676
docker compose version

0 commit comments

Comments
 (0)