chore: bump armhf dockerfile to 3.11

This commit is contained in:
Matthias 2024-08-08 06:20:58 +02:00
parent e34a28ee53
commit cbd178dab2

View File

@ -1,4 +1,4 @@
FROM python:3.11.8-slim-bookworm as base
FROM python:3.11.9-slim-bookworm as base
# Setup env
ENV LANG C.UTF-8
@ -17,7 +17,7 @@ RUN mkdir /freqtrade \
&& chown ftuser:ftuser /freqtrade \
# Allow sudoers
&& echo "ftuser ALL=(ALL) NOPASSWD: /bin/chown" >> /etc/sudoers \
&& pip install --upgrade pip
&& pip install --upgrade dpip
WORKDIR /freqtrade