diff --git a/Dockerfile b/Dockerfile index d32ae68..7a8f093 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.13-slim-bookworm AS base -COPY --from=ghcr.io/astral-sh/uv:0.8.2 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.8.23 /uv /uvx /bin/ LABEL maintainer="Togglecorp Dev" LABEL org.opencontainers.image.source="https://github.com/toggle-corp/timur-backend"