Skip to content

Commit 406ff1d

Browse files
authored
Merge pull request #20 from Pymetheus/dependabot/docker/docker/python-3.14-slim-bookworm
chore(docker): bump python from 3.12-slim-bookworm to 3.14-slim-bookworm in /docker
2 parents 0899b24 + 3ce0fbd commit 406ff1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
1919
uv sync
2020

2121

22-
FROM python:3.12-slim-bookworm
22+
FROM python:3.14-slim-bookworm
2323

2424
RUN groupadd --system --gid 999 nonroot \
2525
&& useradd --system --gid 999 --uid 999 --create-home nonroot

0 commit comments

Comments
 (0)