Compare commits

...

2 Commits

Author SHA1 Message Date
3f476bc3a2 Merge pull request 'chore(deps): update python docker tag to v3.14.1' (#27) from renovate/python-3.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m16s
Build and Push Docker Image / deploy-on-green (push) Successful in 8s
Reviewed-on: #27
2025-12-03 16:44:08 +00:00
e76f082b0d chore(deps): update python docker tag to v3.14.1 2025-12-03 02:00:39 +00:00

View File

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