Rebuilt with Alpine instead of Buster

This commit is contained in:
2021-08-05 22:30:35 +01:00
parent 2f10edc3f9
commit f35fae26b6
4 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.8.6-buster
FROM python:alpine
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN pip install --upgrade pip