From 4e1eb59822050ef3456ce7d4c4e0d3b2b8f4c47e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 8 Apr 2026 23:43:59 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 --- dataflow/custom-containers/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataflow/custom-containers/ubuntu/Dockerfile b/dataflow/custom-containers/ubuntu/Dockerfile index c35d23d9957..bf9a1b2c4c4 100644 --- a/dataflow/custom-containers/ubuntu/Dockerfile +++ b/dataflow/custom-containers/ubuntu/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:focal +FROM ubuntu:noble WORKDIR /pipeline