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 bdce46c commit c7caf8aCopy full SHA for c7caf8a
Dockerfile
@@ -2,7 +2,8 @@
2
# or docker with user namespaces.
3
# Version SHA has been removed, see: https://github.com/DiamondLightSource/blueapi/issues/1053
4
ARG PYTHON_VERSION=3.11
5
-FROM ghcr.io/astral-sh/uv:0.7.19-bookworm AS developer
+FROM python:${PYTHON_VERSION} AS developer
6
+COPY --from=ghcr.io/astral-sh/uv:0.7.17 /uv /uvx /bin/
7
8
# Add any system dependencies for the developer/build environment here
9
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments