Skip to content

Commit 40f40d1

Browse files
chore(deps): bump python
Bumps the dependencies group with 1 update in the /projects/pgai directory: python. Updates `python` from 3.12-slim to 3.13-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.13-slim dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3c3271 commit 40f40d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/pgai/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Note: some dependencies are not supported on 3.13, do not bump until that is sorted out
2-
FROM python:3.12-slim AS build
2+
FROM python:3.13.7-slim AS build
33
ENV PYTHONDONTWRITEBYTECODE=1 \
44
PYTHONUNBUFFERED=1 \
55
UV_PROJECT_ENVIRONMENT=/usr/local/
@@ -25,7 +25,7 @@ RUN uv lock # update lockfile, switches to cpu-only torch
2525
RUN uv sync --frozen --no-install-project --no-dev --extra vectorizer-worker
2626

2727
# Note: some dependencies are not supported on 3.13, do not bump until that is sorted out
28-
FROM python:3.12-slim
28+
FROM python:3.13.7-slim
2929
ENV PYTHONDONTWRITEBYTECODE=1 \
3030
PYTHONUNBUFFERED=1
3131
WORKDIR /app

0 commit comments

Comments
 (0)