File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# Usage with Helm chart:
1111# Set dagsterDaemon.image.repository and dagsterDaemon.image.tag in values.yaml
1212
13- FROM python:3.13 -slim
13+ FROM python:3.14 -slim
1414
1515# Install uv for faster Python dependency management
1616COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ RUN /app/dg_projects/lakehouse/.venv/bin/dbt deps && \
4444
4545# Then, use a final image without uv
4646# Using Python 3.13 to match builder image
47- FROM python:3.13 -slim-bookworm
47+ FROM python:3.14 -slim-bookworm
4848# It is important to use the image that matches the builder, as the path to the
4949# Python executable must be the same.
5050
Original file line number Diff line number Diff line change 11[project ]
22name = " lakehouse"
3- requires-python = " >=3.13 ,<3.14 "
3+ requires-python = " >=3.14 ,<3.15 "
44version = " 0.1.0"
55dependencies = [
66 " dagster>=1.12.10" ,
You can’t perform that action at this time.
0 commit comments