From 6b60e2eb8ccf3c4bb8331ee6e381d9fdf9e001df Mon Sep 17 00:00:00 2001 From: Marco Verleun Date: Tue, 7 Nov 2023 16:06:11 +0100 Subject: [PATCH] test --- slides/sbom/sboms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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