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
This commit is contained in:
Andrei Vagin
2024-12-06 10:37:10 -08:00
committed by gVisor bot
parent 188a756ff3
commit 1092006d45
+1 -1
View File
@@ -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.