diff --git a/build/Dockerfile b/build/Dockerfile index 93929f1..191c923 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.10 +FROM ubuntu:24.04 RUN apt update -qq && apt install -qqy --no-install-recommends \ ca-certificates wget tar xz-utils unzip git-filter-repo && \