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