diff --git a/sample/SampleLambda-dotnet8/Dockerfile b/sample/SampleLambda-dotnet8/Dockerfile index 1787abe..af7ffd2 100644 --- a/sample/SampleLambda-dotnet8/Dockerfile +++ b/sample/SampleLambda-dotnet8/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/lambda/dotnet:8-preview +FROM public.ecr.aws/lambda/dotnet:8 # Set the image's internal work directory WORKDIR /var/task