mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-13 10:02:17 +00:00
Compare commits
1 Commits
main
...
75f574836f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75f574836f |
@@ -1 +1 @@
|
||||
3.13
|
||||
3.14
|
||||
|
||||
@@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
uv sync --locked --no-dev
|
||||
|
||||
|
||||
FROM python:3.13-slim-bookworm
|
||||
FROM python:3.14-slim-bookworm
|
||||
COPY --from=builder --chown=app:app /app /app
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
EXPOSE 8000/tcp
|
||||
|
||||
Reference in New Issue
Block a user