Compare commits

...

2 Commits

Author SHA1 Message Date
21f1da5cce Merge pull request 'Update python Docker tag to v3.13.6' (#3) from renovate/python-3.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 18s
Build and Push Docker Image / deploy-on-green (push) Successful in 9s
Reviewed-on: #3
2025-08-08 07:50:28 +00:00
2cb60ef696 Update python Docker tag to v3.13.6 2025-08-07 19:00:41 +00:00

View File

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