Skip to content

Commit 1e02693

Browse files
renovate[bot]stephanme
authored andcommitted
chore(deps): update python docker tag to v3.14.6
1 parent 8d98f2b commit 1e02693

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
# syntax=docker/dockerfile:1
2-
FROM python:3.14.5-bookworm AS builder
2+
FROM python:3.14.6-bookworm AS builder
33

44
# cmake needed for pycares on arm7
55
RUN apt-get update && apt-get install -y cmake && rm -rf /var/lib/apt/lists/*
@@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
3232

3333

3434

35-
FROM python:3.14.5-slim-bookworm
35+
FROM python:3.14.6-slim-bookworm
3636
ARG VCS_REF
3737
LABEL org.opencontainers.image.revision=$VCS_REF
3838
WORKDIR /app

0 commit comments

Comments
 (0)