Skip to content

Commit 5365aec

Browse files
committed
fix(Dockerfile): Fixed typo in installing uv version in Dockerfile
Signed-off-by: Jan-Niclas Struewer <[email protected]>
1 parent 2bfb7ce commit 5365aec

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
@@ -173,7 +173,7 @@ RUN pip install --no-cache-dir -U \
173173
poetry-plugin-export=="$PYTHON_POETRY_PLUGIN_EXPORT_VERSION" \
174174
python-inspector=="$PYTHON_INSPECTOR_VERSION" \
175175
setuptools=="$PYTHON_SETUPTOOLS_VERSION" \
176-
uv="$UV_VERSION"
176+
uv=="$UV_VERSION"
177177

178178
# # Extract ScanCode license texts to a directory.
179179
# RUN ARCH=$(arch | sed s/aarch64/arm64/) \

0 commit comments

Comments
 (0)