We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 624f08d + 2d54f1b commit a4b2f6bCopy full SHA for a4b2f6b
1 file changed
Dockerfile
@@ -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.14.1-slim AS development
+FROM python:3.14.2-slim AS development
37
38
ARG UID=1000
39
ENV USER=app
0 commit comments