From 1e8424679a52dc02eb3b87e61420fbc29733c18f Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Sat, 19 Oct 2024 16:27:33 +0900 Subject: [PATCH] gh-27: Update autoconf container image to use Ubuntu 24.04 --- autoconf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/Dockerfile b/autoconf/Dockerfile index 1c62a0e..e2cab58 100644 --- a/autoconf/Dockerfile +++ b/autoconf/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/ubuntu:22.04 +FROM docker.io/library/ubuntu:24.04 ARG AUTOCONF_VERSION="2.71" ARG AUTOCONF_ARCHIVE_VERSION="2023.02.20"