diff --git a/Dockerfile b/Dockerfile index d212ed7..7761bfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update