From a8b24136353af1385189c04754b569ba0d7d5012 Mon Sep 17 00:00:00 2001 From: John Bley Date: Mon, 18 Nov 2024 15:59:44 -0500 Subject: [PATCH] Better regex --- python/build-layer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/build-layer.sh b/python/build-layer.sh index a699173..3441413 100755 --- a/python/build-layer.sh +++ b/python/build-layer.sh @@ -26,7 +26,7 @@ cat requirements.txt cd ../.. # FIXME upstream python version specification fix? -sed -i 's/python3.*/python3.8/' otel/Dockerfile +sed -i 's/runtime=python3.*/runtime=python3.8/' otel/Dockerfile echo "Modified Dockerfile:" cat otel/Dockerfile echo "----"