From e7e1994866decfccd8f36afe3aecee9d75b4cad5 Mon Sep 17 00:00:00 2001 From: Tamir David Date: Thu, 14 Nov 2024 19:02:35 +0200 Subject: [PATCH] fix: pin python version --- odiglet/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odiglet/Dockerfile b/odiglet/Dockerfile index 3c50c1509..742e34106 100644 --- a/odiglet/Dockerfile +++ b/odiglet/Dockerfile @@ -1,7 +1,7 @@ ######### python Native Community Agent ######### -FROM python:3.11 AS python-builder +FROM python:3.11.9 AS python-builder ARG ODIGOS_VERSION WORKDIR /python-instrumentation COPY ../agents/python ./agents/configurator