Skip to content

Commit

Permalink
fix docker base image version
Browse files Browse the repository at this point in the history
Signed-off-by: Mehdi Bechiri <[email protected]>
  • Loading branch information
cebidhem committed Aug 17, 2023
1 parent 98d6bb8 commit 7fdfcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fdfcdd

Please sign in to comment.