diff --git a/Dockerfile b/Dockerfile index 51c9385..d12ac11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Base system with common dependencies -FROM ubuntu:24.04 AS base +FROM ubuntu:24.10 AS base SHELL ["/bin/bash", "-c"]