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 f9c608a commit 162c6faCopy full SHA for 162c6fa
{{ cookiecutter.project_name.lower().replace(' ', '-') }}/Dockerfile
@@ -2,7 +2,7 @@
2
# BUILDER
3
# Used to build deps + create our virtual environment using uv
4
################################
5
-FROM ghcr.io/astral-sh/uv:{{ cookiecutter.python_version }}-bookworm-slim AS builder
+FROM ghcr.io/astral-sh/uv:python{{ cookiecutter.python_version }}-bookworm-slim AS builder
6
7
# Set uv environment variables for optimal Docker builds
8
ENV UV_COMPILE_BYTECODE=1 \
0 commit comments