diff --git a/Dockerfile b/Dockerfile index a1df2ca..b5c1d07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.8.6-buster LABEL "com.github.actions.name"="Black Code Formatter" LABEL "com.github.actions.description"="Format Python code using black"