diff --git a/Dockerfile b/Dockerfile index f9711f8..517792a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/lts/ubuntu:22.04_stable +FROM public.ecr.aws/ubuntu/ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get --assume-yes \