From 1f04c2fd1dd3a741868dd276e63a8cd31fbebcd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 12:28:28 +0000 Subject: [PATCH] Bump ubuntu in /tensorflow/tools/tf_sig_build_dockerfiles Bumps ubuntu from `104ae83` to `aa6efdd`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '22.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tensorflow/tools/tf_sig_build_dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/tf_sig_build_dockerfiles/Dockerfile b/tensorflow/tools/tf_sig_build_dockerfiles/Dockerfile index b9d06f956f6d2a..05e87134fe345f 100644 --- a/tensorflow/tools/tf_sig_build_dockerfiles/Dockerfile +++ b/tensorflow/tools/tf_sig_build_dockerfiles/Dockerfile @@ -1,5 +1,5 @@ ################################################################################ -FROM ubuntu:22.04@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb as builder +FROM ubuntu:22.04@sha256:aa6efdd564b660b6df78df8f4bca20dbb8338c46fb696d4b45c4a57b8f66679f as builder ################################################################################ # Install devtoolset build dependencies