Skip to content

Commit

Permalink
Use lighter Python base image
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Oct 2, 2020
1 parent 9ce7472 commit ff7aec2
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.8.5-buster
FROM python:3.8.5-slim-buster
LABEL maintainer="Ben Hardill [email protected]"

RUN \
Expand Down

0 comments on commit ff7aec2

Please sign in to comment.