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