Merge pull request #3475 from nextcloud/dependabot/docker/Containers/talk-recording/python-3.12.0-alpine3.18

Bump python from 3.11.5-alpine3.18 to 3.12.0-alpine3.18 in /Containers/talk-recording
This commit is contained in:
Simon L 2023-10-03 15:33:21 +02:00 committed by GitHub
commit ec6448fe5f
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