From 19707830abacc20e70ba6d2846262eddf7d7e82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:55:38 +0000 Subject: [PATCH] Bump ubuntu in /tensorflow/tools/tf_sig_build_dockerfiles Bumps ubuntu from `104ae83` to `4f838ad`. --- 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 b9d06f956f6d..2aa9ca8601b4 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:4f838adc7181d9039ac795a7d0aba05a9bd9ecd480d294483169c5def983b64d as builder ################################################################################ # Install devtoolset build dependencies