Practice modeFree teaserCompTIA · CompTIA Cloud+· Q1/10
A cloud engineer is reviewing the following Dockerfile to deploy a Python web application: FROM cgr.dev/chainguard/python:latest WORKDIR /myapp COPY main.py ./ ENTRYPOINT ['python', '/myapp/main.py'] Which of the following changes should the engineer make to the file to improve container security?
Pick an option to reveal the answer.
