Skip to content

Commit 348a2ed

Browse files
chore(deps): update python docker tag to v3.13.5 (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 224800b commit 348a2ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.4-slim as base
1+
FROM python:3.13.5-slim as base
22

33
# PYTHONDONTWRITEBYTECODE: Prevents Python from writing pyc files to disc (equivalent to python -B option) -> https://docs.python.org/3/using/cmdline.html#cmdoption-B
44
# PYTHONUNBUFFERED: Prevents Python from buffering stdout and stderr (equivalent to python -u -> https://docs.python.org/3/using/cmdline.html#cmdoption-u

0 commit comments

Comments
 (0)