mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
chore: bump armhf dockerfile to 3.11
This commit is contained in:
parent
e34a28ee53
commit
cbd178dab2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user