Merge pull request 'chore(deps): update python docker tag to v3.14.3' (#34) from renovate/python-3.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m40s
Build and Push Docker Image / deploy-on-green (push) Successful in 9s

Reviewed-on: #34
This commit was merged in pull request #34.
This commit is contained in:
2026-02-05 00:38:18 +00:00

View File

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