Skip to content

Commit bb5dc68

Browse files
feat(Dependencies): Update python Docker tag to v3.13
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | python | 3.11 | 3.13 |
1 parent 6530e36 commit bb5dc68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a stable Python base image (Debian 12 based)
2-
FROM python:3.11-slim
2+
FROM python:3.13-slim
33

44
# Set environment variables
55
ENV WEBHOOK_URL_PREFIX="wiki/hooks"

0 commit comments

Comments
 (0)