Upgraded base docker image

This commit is contained in:
Soxoj
2021-11-05 11:57:51 +03:00
parent 4f5222df1c
commit dc8fdc25f5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.9-slim
MAINTAINER Soxoj <soxoj@protonmail.com>
WORKDIR /app
RUN pip install --upgrade pip