Use slim base image to reduce the resulting image size
This commit is contained in:
parent
fd7db09a0c
commit
523ccd510f
@ -1,6 +1,6 @@
|
|||||||
ARG IMAGE_TAG
|
ARG IMAGE_TAG
|
||||||
ARG IMAGE_REPOSITORY
|
ARG IMAGE_REPOSITORY
|
||||||
FROM python:3.8-buster
|
FROM python:3.8.3-slim-buster
|
||||||
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user