diff --git a/Dockerfile b/Dockerfile index e691d44..776c2ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . /app RUN npm run build # Python build stage -FROM python:3.8.16-slim-buster +FROM python:3.8.17-slim-buster ENV PYTHONUNBUFFERED 1