Skip to content

Commit d9cf9fa

Browse files
joeyzhao2018mabdinurdatadog-datadog-prod-us1[bot]
authored
chore: remove the hardcoded 2.21.3 version in dockerfile (#568)
* remove the hardcoded 2.21.3 version in dockerfile * Apply suggestions from code review Co-authored-by: datadog-datadog-prod-us1[bot] <88084959+datadog-datadog-prod-us1[bot]@users.noreply.github.com> --------- Co-authored-by: Munir Abdinur <[email protected]> Co-authored-by: datadog-datadog-prod-us1[bot] <88084959+datadog-datadog-prod-us1[bot]@users.noreply.github.com>
1 parent fe3385f commit d9cf9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV PATH=/root/.cargo/bin:$PATH
1414

1515
# Install datadog_lambda and dependencies from local
1616
COPY . .
17-
RUN pip install . ddtrace==2.21.3 -t ./python/lib/$runtime/site-packages
17+
RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
1818

1919
# Remove botocore (40MB) to reduce package size. aws-xray-sdk
2020
# installs it, while it's already provided by the Lambda Runtime.

0 commit comments

Comments
 (0)