From b6a93cc9026f64341621afa825753d717437775f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 22 May 2026 19:06:47 +0000 Subject: [PATCH] Update tensorflow/tensorflow Docker tag to v2.21.0 --- pipelines/anomaly_detection/Dockerfile | 2 +- pipelines/marketing_intelligence/Dockerfile | 2 +- pipelines/ml_ai_python/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/anomaly_detection/Dockerfile b/pipelines/anomaly_detection/Dockerfile index 6d7abd7f..9d398bb5 100644 --- a/pipelines/anomaly_detection/Dockerfile +++ b/pipelines/anomaly_detection/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG SERVING_BUILD_IMAGE=tensorflow/tensorflow:2.18.0-gpu +ARG SERVING_BUILD_IMAGE=tensorflow/tensorflow:2.21.0-gpu FROM ${SERVING_BUILD_IMAGE} WORKDIR /workspace diff --git a/pipelines/marketing_intelligence/Dockerfile b/pipelines/marketing_intelligence/Dockerfile index c4429f26..1e8afb92 100644 --- a/pipelines/marketing_intelligence/Dockerfile +++ b/pipelines/marketing_intelligence/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG SERVING_BUILD_IMAGE=tensorflow/tensorflow:2.18.0-gpu +ARG SERVING_BUILD_IMAGE=tensorflow/tensorflow:2.21.0-gpu FROM ${SERVING_BUILD_IMAGE} WORKDIR /workspace diff --git a/pipelines/ml_ai_python/Dockerfile b/pipelines/ml_ai_python/Dockerfile index a7ece28b..e9139afa 100644 --- a/pipelines/ml_ai_python/Dockerfile +++ b/pipelines/ml_ai_python/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG SERVING_BUILD_IMAGE=tensorflow/tensorflow:2.18.0-gpu +ARG SERVING_BUILD_IMAGE=tensorflow/tensorflow:2.21.0-gpu FROM ${SERVING_BUILD_IMAGE} WORKDIR /workspace