Skip to content

Commit e9f70e7

Browse files
Update Dotnet to v10
1 parent 74950e6 commit e9f70e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "9.0.306"
3+
"version": "10.0.100"
44
}
55
}

src/Keda.Scaler.DurableTask.AzureStorage/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG COPY=false
22

33
# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
4-
FROM mcr.microsoft.com/dotnet/sdk:9.0.306-azurelinux3.0@sha256:c3cb19ba3c0b46d71997e1125ae54afb51f89206fc953b02613be2395776fc80 AS build
4+
FROM mcr.microsoft.com/dotnet/sdk:10.0.100-azurelinux3.0@sha256:0e966d72eb3c2d3a777a5148002c7ded04640cea442dea8ca7fcd6270fff1f68 AS build
55
ARG BUILD_CONFIGURATION=Release
66
ARG CONTINUOUS_INTEGRATION_BUILD=false
77
ARG ASSEMBLY_VERSION=1.0.0
@@ -39,7 +39,7 @@ COPY ${PUBLISH_DIRECTORY} /app
3939

4040
FROM publish-copy-${COPY} AS publish-app
4141

42-
FROM mcr.microsoft.com/dotnet/aspnet:9.0.10-azurelinux3.0-distroless@sha256:c74b0f8fe426884f296f69a545bd4aea174ab23a2cbe1d41c21a10ead1e0dff0 AS runtime
42+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.0-azurelinux3.0-distroless@sha256:6c100d589060a1cc28a1b92127019f91f47923ab4d2e26d8e2492c818c4740e2 AS runtime
4343
ENV ASPNETCORE_URLS=http://+:8080 \
4444
DOTNET_EnableDiagnostics=0 \
4545
DOTNET_USE_POLLING_FILE_WATCHER=true

tests/Keda.Scaler.Functions.Worker.DurableTask.Examples/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#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.
2-
FROM mcr.microsoft.com/dotnet/sdk:9.0.306-azurelinux3.0@sha256:c3cb19ba3c0b46d71997e1125ae54afb51f89206fc953b02613be2395776fc80 AS build
2+
FROM mcr.microsoft.com/dotnet/sdk:10.0.100-azurelinux3.0@sha256:0e966d72eb3c2d3a777a5148002c7ded04640cea442dea8ca7fcd6270fff1f68 AS build
33
ARG BUILD_CONFIGURATION=Release
44
COPY [".editorconfig", ".globalconfig", "Directory.Build.props", "Directory.Packages.props", "global.json", "NuGet.config", "/example/"]
55
COPY ["./tests/Keda.Scaler.Functions.Worker.DurableTask.Examples/", "/example/src/"]

0 commit comments

Comments
 (0)