1
0
mirror of https://github.com/freqtrade/freqtrade.git synced 2022-03-03 23:55:50 +03:00

Update ARMHF image to 3.9

This commit is contained in:
Matthias
2021-11-23 07:13:39 +01:00
parent b8cefd687e
commit c23ca35d23
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.9.7-slim-buster as base
FROM python:3.9.9-slim-bullseye as base
# Setup env
ENV LANG C.UTF-8

View File

@@ -1,4 +1,4 @@
FROM python:3.7.10-slim-buster as base
FROM python:3.9.9-slim-bullseye as base
# Setup env
ENV LANG C.UTF-8