Skip to content

Commit

Permalink
Use python:3 base image instead of slim (lgeiger#4)
Browse files Browse the repository at this point in the history
Closes: lgeiger#3
  • Loading branch information
abn authored and lgeiger committed Oct 30, 2019
1 parent 4379f39 commit 6d855d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-slim
FROM python:3

LABEL "com.github.actions.name"="Black Code Formatter"
LABEL "com.github.actions.description"="Format Python code using black"
Expand Down

0 comments on commit 6d855d7

Please sign in to comment.