diff --git a/global.json b/global.json index d8840a7..ff3b5e0 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.402" + "version": "8.0.403" } } diff --git a/src/Keda.Scaler.DurableTask.AzureStorage/Dockerfile b/src/Keda.Scaler.DurableTask.AzureStorage/Dockerfile index c78a9b8..f0a1686 100644 --- a/src/Keda.Scaler.DurableTask.AzureStorage/Dockerfile +++ b/src/Keda.Scaler.DurableTask.AzureStorage/Dockerfile @@ -1,7 +1,7 @@ ARG COPY=false # See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/sdk:8.0.402-cbl-mariner2.0-amd64@sha256:5ccee344ce708fadab98dd7b561a15495cc3a9ac7aa51d3b03efe45e24cabd80 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.403-cbl-mariner2.0-amd64@sha256:398e813ac6d334f47703e1fd958a14e2e19e627f3ff3cdc0eabf0b03fbb9f0c3 AS build ARG BUILD_CONFIGURATION=Release ARG CONTINUOUS_INTEGRATION_BUILD=false ARG ASSEMBLY_VERSION=1.0.0 @@ -39,7 +39,7 @@ COPY ${PUBLISH_DIRECTORY} /app FROM publish-copy-${COPY} AS publish-app -FROM mcr.microsoft.com/dotnet/aspnet:8.0.8-cbl-mariner2.0-distroless-amd64@sha256:add22205c615422c42b8e728a54b597bbe413f6ea94c0a4599d70f7b1865d4ef AS runtime +FROM mcr.microsoft.com/dotnet/aspnet:8.0.10-cbl-mariner2.0-distroless-amd64@sha256:cb8198055fcbbdd1630efcf403c304b698e89378d2457ea6937ab9221e5e5637 AS runtime ENV ASPNETCORE_URLS=http://+:8080 \ DOTNET_EnableDiagnostics=0 \ DOTNET_USE_POLLING_FILE_WATCHER=true diff --git a/tests/Keda.Scaler.Functions.Worker.DurableTask.Examples/Dockerfile b/tests/Keda.Scaler.Functions.Worker.DurableTask.Examples/Dockerfile index 1f7c0f6..4614d42 100644 --- a/tests/Keda.Scaler.Functions.Worker.DurableTask.Examples/Dockerfile +++ b/tests/Keda.Scaler.Functions.Worker.DurableTask.Examples/Dockerfile @@ -1,5 +1,5 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/sdk:8.0.402-cbl-mariner2.0-amd64@sha256:5ccee344ce708fadab98dd7b561a15495cc3a9ac7aa51d3b03efe45e24cabd80 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.403-cbl-mariner2.0-amd64@sha256:398e813ac6d334f47703e1fd958a14e2e19e627f3ff3cdc0eabf0b03fbb9f0c3 AS build ARG BUILD_CONFIGURATION=Release COPY [".editorconfig", ".globalconfig", "Directory.Build.props", "Directory.Packages.props", "global.json", "NuGet.config", "/example/"] COPY ["./tests/Keda.Scaler.Functions.Worker.DurableTask.Examples/", "/example/src/"]