diff --git a/Dockerfile b/Dockerfile index 32705b7f..bed39b20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the latest version of the Ubuntu image with a specific tag for stability -FROM ubuntu:25.10 +FROM ubuntu:26.04 # Set the maintainer of the image LABEL maintainer="UDX CAG Team"