diff --git a/Dockerfile b/Dockerfile index ea541f0..66ae5cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/ubuntu/ubuntu:latest +FROM public.ecr.aws/lts/ubuntu:20.04_stable ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get --assume-yes \