Merge pull request 'Update python Docker tag to v3.14.0' (#18) from renovate/python-3.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m55s
Build and Push Docker Image / deploy-on-green (push) Successful in 8s

Reviewed-on: #18
This commit is contained in:
2025-10-08 13:02:04 +00:00

View File

@@ -1,4 +1,4 @@
FROM python:3.13.7-alpine3.22
FROM python:3.14.0-alpine3.22
COPY ./app /app
WORKDIR /app
RUN apk add ffmpeg