Skip to content

Commit 4ba9d9a

Browse files
author
Davide Moro
committed
downgrade setup tools
1 parent 988e111 commit 4ba9d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . /src
44
WORKDIR /src
55

66
RUN pip3 install --upgrade pip \
7-
setuptools==36.4.0 \
7+
setuptools==36.3.0 \
88
tox
99

1010
ENTRYPOINT [ "tox"]

0 commit comments

Comments
 (0)