Merge branch 'freqtrade:develop' into dca

This commit is contained in:
Reigo Reinmets 2022-01-14 17:09:10 +02:00 committed by GitHub
commit 1e324d208e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ on:
branches:
- stable
- develop
- ci/*
tags:
release:
types: [published]

View File

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