From 83ccef91fdddafcf05a40555e6204f960e680355 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Thu, 2 Jan 2025 12:27:44 +0100 Subject: [PATCH] Bump to GNU Autoconf v2.72 --- autoconf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/Dockerfile b/autoconf/Dockerfile index f758203..da9abba 100644 --- a/autoconf/Dockerfile +++ b/autoconf/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/ubuntu:24.04 -ARG AUTOCONF_VERSION="2.71" +ARG AUTOCONF_VERSION="2.72" ARG AUTOCONF_ARCHIVE_VERSION="2023.02.20" ARG AUTOMAKE_VERSION="1.16.5"