We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a542bc commit 322ebd9Copy full SHA for 322ebd9
Dockerfile
@@ -4,7 +4,7 @@ ARG PYTHON_VERSION=3.11
4
FROM python:${PYTHON_VERSION} AS developer
5
6
# Use this version of uv
7
-ARG UV_VERSION=0.7.4
+ARG UV_VERSION=0.7
8
9
# Install uv using the official image
10
# See https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
template/Dockerfile.jinja
# Add any system dependencies for the developer/build environment here
# RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments