Compare commits

..

2 Commits

Author SHA1 Message Date
174ce1213a Merge pull request 'chore(deps): update python docker tag to v3.14.2' (#29) from renovate/python-3.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 19s
Build and Push Docker Image / deploy-on-green (push) Successful in 8s
Reviewed-on: #29
2025-12-10 04:10:26 +00:00
701aa345e4 chore(deps): update python docker tag to v3.14.2 2025-12-08 23:02:07 +00:00

View File

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