Skip to content

Commit afe481b

Browse files
authored
chore: unpin setuptools (#900)
1 parent d308aee commit afe481b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superset/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN python3 -m venv /stackable/app \
4545
&& pip install \
4646
--no-cache-dir \
4747
--upgrade \
48-
setuptools==66.1.1 \
48+
setuptools==75.2.0 \
4949
pip \
5050
&& pip install \
5151
--no-cache-dir \

0 commit comments

Comments
 (0)