Skip to content

Commit bca5c80

Browse files
chore(deps): update python docker tag to v3.13.5 (#347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e83bb8 commit bca5c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend-py/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.4 AS build
1+
FROM python:3.13.5 AS build
22

33
# Disable cache dir, disable upgrade message, create .venv in project dir
44
ARG PIP_NO_CACHE_DIR=off \
@@ -12,7 +12,7 @@ RUN pip install poetry==1.6.1
1212
RUN poetry install --no-root -vvv --without dev --sync
1313

1414
# Deploy
15-
FROM python:3.13.4-slim AS deploy
15+
FROM python:3.13.5-slim AS deploy
1616

1717
# Output to stdout/stderr, don't create .pyc files, etc.
1818
ENV PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)