Browse Source

Better python docker image

ricet8ur 2 years ago
parent
commit
b8fc666560
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM python:latest
+FROM python:3.8-slim-buster
 WORKDIR /app
 COPY requirements.txt ./requirements.txt
 RUN pip install -r requirements.txt