diff --git a/Dockerfile b/Dockerfile index 901fe7d..a6af928 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a clean tiny image to store artifacts in -FROM ubuntu:24.10 +FROM ubuntu:25.10 # Disable interactive mode ENV DEBIAN_FRONTEND noninteractive