Skip to content

Commit 58a6e52

Browse files
build(deps): bump python from 3.14.6-slim-trixie to 3.15.0b2-slim-trixie
Bumps python from 3.14.6-slim-trixie to 3.15.0b2-slim-trixie. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.5-slim-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f02f68d commit 58a6e52

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
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM python:3.14.6-slim-trixie AS builder
2+
FROM python:3.15.0b2-slim-trixie AS builder
33
COPY --from=ghcr.io/astral-sh/uv:0.11.21 /uv /uvx /bin/
44

55
WORKDIR /app
@@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
1010
uv sync --locked --no-editable --no-default-groups
1111

1212

13-
FROM python:3.14.6-slim-trixie AS final
13+
FROM python:3.15.0b2-slim-trixie AS final
1414

1515
RUN useradd --user-group --system --create-home --no-log-init app \
1616
&& mkdir -p /app \

0 commit comments

Comments
 (0)