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..4487fd9b7b14 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-slim # Set the working directory to /app WORKDIR /app