Skip to content

Commit 6200520

Browse files
committed
pin cs50 python library to version 9.4.0
1 parent b3c2f9c commit 6200520

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
@@ -250,7 +250,7 @@ RUN pip3 install --no-cache-dir \
250250
"check50<4" \
251251
cli50 \
252252
compare50 \
253-
cs50 \
253+
cs50==9.4.0 \
254254
Flask \
255255
Flask-Session \
256256
help50 \

0 commit comments

Comments
 (0)