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 b3c0bfb commit 2722345Copy full SHA for 2722345
backend-py/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13.6 AS build
+FROM python:3.13.7 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.6-slim AS deploy
+FROM python:3.13.7-slim AS deploy
16
17
# Output to stdout/stderr, don't create .pyc files, etc.
18
ENV PYTHONUNBUFFERED=1 \
0 commit comments