From ce127568bd7bb07817b72db45ee215e396b297b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Feb 2025 23:26:41 +0000 Subject: [PATCH] fix: src/data/roadmaps/docker/content/106-building-container-images/100-dockerfiles.md to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 --- .../content/106-building-container-images/100-dockerfiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/docker/content/106-building-container-images/100-dockerfiles.md b/src/data/roadmaps/docker/content/106-building-container-images/100-dockerfiles.md index ea560a47390b..f1aab55c6e9a 100644 --- a/src/data/roadmaps/docker/content/106-building-container-images/100-dockerfiles.md +++ b/src/data/roadmaps/docker/content/106-building-container-images/100-dockerfiles.md @@ -14,7 +14,7 @@ The following is an example of a simple Dockerfile: ```bash # Use an official Python runtime as a parent image -FROM python:3.7-slim +FROM python:3.13.2-slim # Set the working directory to /app WORKDIR /app