We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35286f5 commit 80203d0Copy full SHA for 80203d0
1 file changed
Dockerfile
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
34
uv sync --locked --no-editable --no-dev
35
36
# The runtime stage copies the built venv into a runtime container
37
-FROM ubuntu:noble AS runtime
+FROM ubuntu:resolute AS runtime
38
39
# Add apt-get system dependecies for runtime here if needed
40
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends \
0 commit comments