Skip to content

Commit 1c660df

Browse files
build(deps): bump python from 3.14.3-slim to 3.15.0a8-slim
Bumps python from 3.14.3-slim to 3.15.0a8-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0a8-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 097629d commit 1c660df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.14.3-slim AS python_base
11+
FROM python:3.15.0a8-slim 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.14.3-slim AS development
36+
FROM python:3.15.0a8-slim AS development
3737

3838
ARG UID=1000
3939
ENV USER=app

0 commit comments

Comments
 (0)