Skip to content

Latest docker image uses 10.0.9 instead of 10.0.11 #2534

Description

@altso

Describe the bug

Latest docker image uses .NET 10.0.9 instead of 10.0.11

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

Latest .NET lambda docker should use the latest .NET version (10.0.11)

Current Behavior

Latest. NET lambda docker uses non latest .NET version (10.0.9)

Reproduction Steps

> docker run --rm --pull always --entrypoint dotnet public.ecr.aws/lambda/dotnet:10 --info
10: Pulling from lambda/dotnet
Digest: sha256:fad143a68feb926c76707b3222e83693b17849bfc38dce6c3325fbe4e39ca2dd
Status: Image is up to date for public.ecr.aws/lambda/dotnet:10

Host:
  Version:      10.0.9
  Architecture: x64
  Commit:       901ca94124
  RID:          linux-x64

.NET SDKs installed:
  No SDKs were found.

.NET runtimes installed:
  Microsoft.AspNetCore.App 10.0.9 [/var/lang/bin/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 10.0.9 [/var/lang/bin/shared/Microsoft.NETCore.App]

Other architectures found:
  None

Environment variables:
  DOTNET_CLI_TELEMETRY_OPTOUT              [true]
  DOTNET_NOLOGO                            [true]
  DOTNET_ROOT                              [/var/lang/bin]
  DOTNET_RUNNING_IN_CONTAINER              [true]
  DOTNET_VERSION                           [10.0.9]

global.json file:
  Not found

Learn more:
  https://aka.ms/dotnet/info

Download .NET:
  https://aka.ms/dotnet/download

Possible Solution

No response

Additional Information/Context

.NET 10.0.9 has known CVEs

AWS .NET SDK and/or Package version used

N/A

Targeted .NET Platform

.NET 10

Operating System and version

linux-x64

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.needs-triageThis issue or PR still needs to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions