diff --git a/Dockerfile b/Dockerfile index b00b97e..631389e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . /app RUN pip install --upgrade pip RUN pip install --no-cache-dir --progress-bar off . -FROM gcr.io/distroless/python3:debug +FROM gcr.io/distroless/python3:nonroot COPY --from=builder /app /app COPY --from=builder /usr/local/lib/python3.9/site-packages /usr/local/lib/python3.9/site-packages