Skip to content

Commit

Permalink
pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Sep 6, 2024
1 parent d693b29 commit af034e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scenarios/python_basic_3.11/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ddtrace
ddtrace==v2.12.0rc2
2 changes: 1 addition & 1 deletion scenarios/python_basic_3.11_libdd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN chmod 644 /app/*
# Set the working directory to the location of the program
WORKDIR /app

RUN pip install -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt

ENV EXECUTION_TIME_SEC="2"

Expand Down

0 comments on commit af034e2

Please sign in to comment.