diff --git a/Dockerfile b/Dockerfile index 32705b7..bed39b2 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"