chore: track letta version in tracing and nightly versions (#2491)

This commit is contained in:
Andy Li
2025-05-28 12:50:52 -07:00
committed by GitHub
parent 3354f5fe50
commit 020af2050f
4 changed files with 18 additions and 2 deletions

View File

@@ -70,6 +70,9 @@ ENV LETTA_ENVIRONMENT=${LETTA_ENVIRONMENT} \
POSTGRES_DB=letta \
COMPOSIO_DISABLE_VERSION_CHECK=true
# Set for other builds
ARG LETTA_VERSION
ENV LETTA_VERSION=${LETTA_VERSION}
WORKDIR /app