Merge pull request #13147 from freqtrade/dependabot/docker/python-3.14.5-slim-trixie

chore(deps): bump python from 3.14.3-slim-trixie to 3.14.5-slim-trixie
This commit is contained in:
Matthias
2026-05-15 06:31:31 +02:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14.3-slim-trixie AS base
FROM python:3.14.5-slim-trixie AS base
# Setup env
ENV LANG=C.UTF-8