Downgrade dockerfile to 3.8.6 to avoid image bloat

This commit is contained in:
Matthias 2020-12-13 13:11:04 +01:00
parent a4bfd0b0aa
commit dad427461d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -9,7 +9,7 @@ services:
# Build step - only needed when additional dependencies are needed
# build:
# context: .
# dockerfile: "./Dockerfile.technical"
# dockerfile: "./docker/Dockerfile.technical"
restart: unless-stopped
container_name: freqtrade
volumes: