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.
2 parents 5b1b4b5 + 19b5c27 commit 05f5f4aCopy full SHA for 05f5f4a
Dockerfile
@@ -8,7 +8,7 @@ RUN npm ci
8
RUN npm run compile
9
10
11
-FROM python:3.13.7-alpine3.21 AS python_base
+FROM python:3.14.1-alpine3.21 AS python_base
12
13
ENV PYTHONDONTWRITEBYTECODE=1 \
14
PYTHONUNBUFFERED=1 \
@@ -33,7 +33,7 @@ RUN pip install poetry
33
RUN poetry install --without dev --no-root && rm -rf $POETRY_CACHE_DIR
34
35
# Alpine doesn't support playwright
36
-FROM python:3.13.7-slim AS development
+FROM python:3.14.1-slim AS development
37
38
ARG UID=1000
39
ENV USER=app
0 commit comments