diff --git a/ecs-static-website/Dockerfile b/ecs-static-website/Dockerfile index 9c10d5d..4fe6673 100644 --- a/ecs-static-website/Dockerfile +++ b/ecs-static-website/Dockerfile @@ -1,3 +1,3 @@ -FROM public.ecr.aws/z9d2n7e1/nginx:1.19.5 +FROM public.ecr.aws/nginx/nginx:1.21 EXPOSE 80 COPY index.html /usr/share/nginx/html