We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e83bb8 commit bca5c80Copy full SHA for bca5c80
backend-py/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13.4 AS build
+FROM python:3.13.5 AS build
2
3
# Disable cache dir, disable upgrade message, create .venv in project dir
4
ARG PIP_NO_CACHE_DIR=off \
@@ -12,7 +12,7 @@ RUN pip install poetry==1.6.1
12
RUN poetry install --no-root -vvv --without dev --sync
13
14
# Deploy
15
-FROM python:3.13.4-slim AS deploy
+FROM python:3.13.5-slim AS deploy
16
17
# Output to stdout/stderr, don't create .pyc files, etc.
18
ENV PYTHONUNBUFFERED=1 \
0 commit comments