Downgrade dockerfile to 3.8.6 to avoid image bloat
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user