Skip to content

Commit 2e8def5

Browse files
committed
pull in latest stdio-socket
1 parent 72bcd73 commit 2e8def5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FROM developer AS build
2323
# Requires buildkit 0.17.0
2424
COPY --chmod=o+wrX . /workspaces/fastcs-example
2525
WORKDIR /workspaces/fastcs-example
26-
RUN touch dev-requirements.txt && pip install stdio-socket debugpy \
26+
RUN touch dev-requirements.txt && pip install stdio-socket>=1.3.1 debugpy \
2727
-c dev-requirements.txt .[demo]
2828

2929
# The debug stage allows for debugging and development #################################

0 commit comments

Comments
 (0)