Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Multi-stage Dockerfile for allocator-bot
# Build stage
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim AS builder
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim AS builder
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
ENV UV_PYTHON_DOWNLOADS=0

Expand All @@ -11,7 +11,8 @@ COPY . /app
RUN uv sync --locked --no-dev

# Runtime stage
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

WORKDIR /app

# Create non-root user
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies = [
"openbb-core>=1.4.8",
"openbb-fmp>=1.3.5",
"openbb-platform-api>=1.1.13",
"packaging>=26.0",
"pandas>=2.2.3",
"pyportfolioopt>=1.5.6",
"sse-starlette>=2.1.3",
Expand Down
2 changes: 2 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading