From 1092006d459d69c2ec462f0fc200d222f873edbc Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Fri, 6 Dec 2024 10:33:47 -0800 Subject: [PATCH] image/iptables: update the base image ubuntu:mantic isn't LTS and it reached its eol, so new images can't be built. PiperOrigin-RevId: 703543488 --- images/iptables/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/iptables/Dockerfile b/images/iptables/Dockerfile index f7df35a69..05ae084f3 100644 --- a/images/iptables/Dockerfile +++ b/images/iptables/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:mantic +FROM ubuntu:24.04 # The iptables package installs both iptables-legacy and iptables-nft, with # iptables symlinked to the latter.