Merge pull request #4679 from freqtrade/dependabot/docker/python-3.9.4-slim-buster

Bump python from 3.9.3-slim-buster to 3.9.4-slim-buster
This commit is contained in:
Matthias 2021-04-06 08:16:46 +02:00 committed by GitHub
commit f1f79b9448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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