diff --git a/Dockerfile b/Dockerfile index 0f36113..9611f57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Ubuntu 22.04 as the base image -FROM ubuntu:22.04 +FROM ubuntu:24.04 # Set environment variables ENV DEBIAN_FRONTEND=noninteractive \