Skip to content

Commit 5ef5171

Browse files
committed
Revert change to using uv base image
Using the uv base image means the python version is not compatible with the epicscorelibs library.
1 parent 05aa9dc commit 5ef5171

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# or docker with user namespaces.
33
# Version SHA has been removed, see: https://github.com/DiamondLightSource/blueapi/issues/1053
44
ARG PYTHON_VERSION=3.11
5-
FROM ghcr.io/astral-sh/uv:0.7.19-bookworm AS developer
5+
FROM python:${PYTHON_VERSION} AS developer
6+
COPY --from=ghcr.io/astral-sh/uv:0.7.17 /uv /uvx /bin/
67

78
# Add any system dependencies for the developer/build environment here
89
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)