diff --git a/util/packaging/docker/github-ci/Dockerfile b/util/packaging/docker/github-ci/Dockerfile index ed787530e1f7..8e9e5d93058b 100644 --- a/util/packaging/docker/github-ci/Dockerfile +++ b/util/packaging/docker/github-ci/Dockerfile @@ -2,7 +2,7 @@ # tzdata is necessary for util/test/check_annotations.py to function properly (get the right dates) # locales is necessary for util/buildRelease/smokeTest docs -FROM ubuntu:24.04 +FROM ubuntu:latest ENV DEBIAN_FRONTEND=noninteractive