Skip to content

Commit c9e179f

Browse files
committed
Merge branch 'dev'
2 parents a2beead + c30a87b commit c9e179f

File tree

2 files changed

+1
-73
lines changed

2 files changed

+1
-73
lines changed

LambdaRuntimeDockerfiles/Images/net5/amd64/Dockerfile

Lines changed: 0 additions & 72 deletions
This file was deleted.

LambdaRuntimeDockerfiles/Infrastructure/src/Infrastructure/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ internal class Configuration
3434
// The default behavior is to specify a channel and that installs the latest version in that channel
3535
// By specifying a specific .NET SDK version, you override the default channel behavior
3636
public readonly Dictionary<string, string> DotnetSdkVersions = new Dictionary<string, string> { };
37-
public readonly Dictionary<string, string> DockerBuildImages = new Dictionary<string, string> { {"net6", "6.0-bullseye-slim"}, {"net7", "7.0-bullseye-slim"}, {"net8", "8.0-preview-bookworm-slim"} };
37+
public readonly Dictionary<string, string> DockerBuildImages = new Dictionary<string, string> { {"net6", "6.0-bullseye-slim"}, {"net7", "7.0-bullseye-slim"}, {"net8", "8.0-bookworm-slim"} };
3838
public readonly Dictionary<string, string> BaseImageAMD64Tags = new Dictionary<string, string> { { "net6", "contributed-base-image-x86_64" }, { "net7", "contributed-base-image-x86_64" }, { "net8", "contributed-base-image-x86_64" } };
3939
public readonly Dictionary<string, string> BaseImageARM64Tags = new Dictionary<string, string> { { "net6", "contributed-base-image-arm64" }, { "net7", "contributed-base-image-arm64" }, { "net8", "contributed-base-image-arm64" } };
4040
public readonly string[] Frameworks = Environment.GetEnvironmentVariable("AWS_LAMBDA_DOTNET_FRAMEWORK_VERSION")?.Split(";");

0 commit comments

Comments
 (0)