Compare commits

...

2 Commits

Author SHA1 Message Date
600969390e Merge pull request 'Update python Docker tag to v3.13.7' (#6) from renovate/python-3.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m12s
Build and Push Docker Image / deploy-on-green (push) Successful in 7s
Reviewed-on: #6
2025-08-16 16:10:30 +00:00
adacb7e93c Update python Docker tag to v3.13.7 2025-08-16 01:00:44 +00:00

View File

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