Compare commits

...

2 Commits

Author SHA1 Message Date
ac5abffd74 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
2026-02-05 00:38:18 +00:00
1c43c62523 chore(deps): update python docker tag to v3.14.3 2026-02-04 23:00:45 +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