Skip to content

Commit 1dd5653

Browse files
chore(deps): update denoland/deno docker tag to v2.7.6
1 parent b5a6310 commit 1dd5653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix/mcp-run-python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# source: https://github.com/pydantic/mcp-run-python/pull/26
22
FROM python:3.14-slim
33
COPY --from=ghcr.io/astral-sh/uv:0.10.11 /uv /uvx /bin/
4-
COPY --from=denoland/deno:2.7.5 /usr/bin/deno /usr/bin/deno
4+
COPY --from=denoland/deno:2.7.6 /usr/bin/deno /usr/bin/deno
55

66
# Copy the project into the image
77
ADD . /app

0 commit comments

Comments
 (0)