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
This commit was merged in pull request #29.
This commit is contained in:
2025-12-10 04:10:26 +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