diff --git a/Dockerfile b/Dockerfile index 01572af..cfcea6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # End of life 2024-01-20 -FROM ubuntu:23.04 +FROM ubuntu:mantic-20240216 RUN apt-get -y update && \ apt-get -y install squashfuse \