Skip to content

Commit b59ba4e

Browse files
committed
Dockerfile: pin python version
1 parent 577c82d commit b59ba4e

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
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.9.17
22

33
COPY requirements.txt /requirements.txt
44
RUN pip install --no-cache-dir -r /requirements.txt

0 commit comments

Comments
 (0)