Bump python in /Containers/talk-recording

Bumps python from 3.11.5-alpine3.18 to 3.12.0-alpine3.18.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-03 12:37:20 +00:00 committed by GitHub
parent 89e8aa3cc5
commit 55001d9961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM python:3.11.5-alpine3.18
FROM python:3.12.0-alpine3.18
COPY --chmod=775 start.sh /start.sh