Skip to content

Commit 019b059

Browse files
Bump python from 3.13.2-bookworm to 3.14.0-bookworm in /backend
Bumps python from 3.13.2-bookworm to 3.14.0-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.0-bookworm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 065cc05 commit 019b059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM python:3.13.2-bookworm AS sphinx-docs
3+
FROM python:3.13.8-bookworm AS sphinx-docs
44

55
# Prevents Python from writing pyc files, and from buffering stdout and stderr to avoid situations where the application crashes without emitting any logs due to buffering.
66
ENV PYTHONDONTWRITEBYTECODE=1 \

0 commit comments

Comments
 (0)