Lock Python version to 3.8 since it is being referenced in SED command

Signed-off-by: Daniel <daniel@developerdan.com>
This commit is contained in:
Daniel 2020-11-12 15:51:20 -05:00
parent 1f64381ebb
commit e64f2d682b
No known key found for this signature in database
GPG Key ID: 4940B41048AF73EA
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:buster
FROM python:3.8-buster
# Only works for docker CLIENT (bind mounted socket)
COPY --from=docker:18.09.3 /usr/local/bin/docker /usr/local/bin/