mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-06-10 06:40:38 +03:00
chore: update Python version to 3.14.4 and bump package version to 2.0.0
This commit is contained in:
+4
-4
@@ -1,4 +1,4 @@
|
||||
FROM python:3.14.0-slim-trixie AS base
|
||||
FROM python:3.14.4-slim-trixie AS base
|
||||
|
||||
RUN apt-get update -qy \
|
||||
&& apt-get install -qyy \
|
||||
@@ -7,11 +7,11 @@ RUN apt-get update -qy \
|
||||
build-essential \
|
||||
ca-certificates
|
||||
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.11.12 /uv /uvx /bin/
|
||||
|
||||
ENV UV_LINK_MODE=copy \
|
||||
UV_COMPILE_BYTECODE=1 \
|
||||
UV_PYTHON=python3.14.0 \
|
||||
UV_PYTHON=python3.14.4 \
|
||||
UV_PROJECT_ENVIRONMENT=/panettone
|
||||
|
||||
COPY pyproject.toml /_lock/
|
||||
@@ -19,7 +19,7 @@ COPY uv.lock /_lock/
|
||||
|
||||
RUN cd /_lock && uv sync --locked --no-install-project
|
||||
##########################################################################
|
||||
FROM python:3.14.0-slim-trixie
|
||||
FROM python:3.14.4-slim-trixie
|
||||
|
||||
ENV PATH=/panettone/bin:$PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user