Skip to content

Commit 162c6fa

Browse files
committed
Fix Dockerfile
1 parent f9c608a commit 162c6fa

File tree

1 file changed

+1
-1
lines changed
  • {{ cookiecutter.project_name.lower().replace(' ', '-') }}

1 file changed

+1
-1
lines changed

{{ cookiecutter.project_name.lower().replace(' ', '-') }}/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BUILDER
33
# Used to build deps + create our virtual environment using uv
44
################################
5-
FROM ghcr.io/astral-sh/uv:{{ cookiecutter.python_version }}-bookworm-slim AS builder
5+
FROM ghcr.io/astral-sh/uv:python{{ cookiecutter.python_version }}-bookworm-slim AS builder
66

77
# Set uv environment variables for optimal Docker builds
88
ENV UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)