diff --git a/Dockerfile b/Dockerfile index 9bb1f62..69955b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,21 +2,20 @@ ################################################################################ # cross build stage -FROM ubuntu:22.04 as build-stage +FROM ubuntu:noble-20240801 as build-stage ARG DEBIAN_FRONTEND=noninteractive RUN <