From 868764b81cf84792493a42349735207f2f883edb Mon Sep 17 00:00:00 2001 From: tbartley94 Date: Tue, 3 Feb 2026 10:11:56 -0800 Subject: [PATCH] pinning docker image base Signed-off-by: tbartley94 --- tools/text_processing_deployment/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/text_processing_deployment/Dockerfile b/tools/text_processing_deployment/Dockerfile index be6fedcda..972bab75e 100644 --- a/tools/text_processing_deployment/Dockerfile +++ b/tools/text_processing_deployment/Dockerfile @@ -16,7 +16,7 @@ # Dockerfile for C++ (inverse) text normalization backend Sparrowhawk https://github.com/google/sparrowhawk # set base image (host OS) -FROM continuumio/miniconda3 +FROM continuumio/miniconda3:25.3.1-1 # set the working directory in the container