build(deps): bump python in /Containers/talk-recording

Bumps python from 3.14.5-alpine3.23 to 3.14.6-alpine3.23.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14.6-alpine3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-17 04:08:39 +00:00
committed by GitHub
parent fc4bb548a4
commit 34bca93480
+1 -1
View File
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:latest
FROM python:3.14.5-alpine3.23
FROM python:3.14.6-alpine3.23
COPY --chmod=775 start.sh /start.sh
COPY --chmod=775 healthcheck.sh /healthcheck.sh