From fe8815685b42c7ac30362b4b6cff4341372d9975 Mon Sep 17 00:00:00 2001 From: Brian Feucht Date: Fri, 9 Feb 2024 11:41:02 -0800 Subject: [PATCH] Update docker image to use latest released version --- sample/SampleLambda-dotnet8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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