Skip to content

Commit fa3a143

Browse files
angelowu0Angelo Wu
authored andcommitted
fix: reset python image version and added orjson module to requirements.txt (#761)
* fix: reset version of python image in debugger to original * fix: added orjson module to debugger requirements.txt --------- Co-authored-by: Angelo Wu <[email protected]>
1 parent 4485a76 commit fa3a143

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

debugger/Dockerfile.prod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from python:3.13.1-bookworm
1+
from python:3.13.3-bookworm
22

33
workdir /app
44

@@ -10,4 +10,5 @@ run pip3 install -r requirements.txt --root-user-action=ignore
1010

1111
copy . .
1212
expose 8000
13+
run echo 'ZmxhZ3tjbGlja19jbGlja19jbGlja30K' | base64 -d > flag
1314
cmd ["python3", "src/serve.py"]

debugger/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ lark==1.2.2
1010
lark-parser==0.12.0
1111
mypy==1.15.0
1212
mypy_extensions==1.1.0
13+
orjson >= 3.10,<4
1314
packaging==24.2
1415
pcre2==0.5.2
1516
pluggy==1.5.0

0 commit comments

Comments
 (0)