Skip to content

Commit 19b5c27

Browse files
Bump python from 3.13.7-slim to 3.14.1-slim
Bumps python from 3.13.7-slim to 3.14.1-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.1-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b1b4b5 commit 19b5c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN npm ci
88
RUN npm run compile
99

1010

11-
FROM python:3.13.7-alpine3.21 AS python_base
11+
FROM python:3.14.1-alpine3.21 AS python_base
1212

1313
ENV PYTHONDONTWRITEBYTECODE=1 \
1414
PYTHONUNBUFFERED=1 \
@@ -33,7 +33,7 @@ RUN pip install poetry
3333
RUN poetry install --without dev --no-root && rm -rf $POETRY_CACHE_DIR
3434

3535
# Alpine doesn't support playwright
36-
FROM python:3.13.7-slim AS development
36+
FROM python:3.14.1-slim AS development
3737

3838
ARG UID=1000
3939
ENV USER=app

0 commit comments

Comments
 (0)