diff --git a/slides/sbom/sboms.md b/slides/sbom/sboms.md index 3bfbc8c..705a6be 100644 --- a/slides/sbom/sboms.md +++ b/slides/sbom/sboms.md @@ -1,8 +1,8 @@ ## Know what you deploy -Imagine that you download and run a Python application in your cluster. Which one do you prefer and why given the following `Dockerfile``: +Imagine that you download and run a Python application in your cluster. Which one do you prefer and why given the following `Dockerfile`` -```bash +``` FROM python:latest FROM python:alpine RUN pip install redis RUN pip install redis RUN pip install requests RUN pip install requests