diff --git a/ch02-hello/Dockerfile b/ch02-hello/Dockerfile index 9002114d..953405ce 100644 --- a/ch02-hello/Dockerfile +++ b/ch02-hello/Dockerfile @@ -1,5 +1,5 @@ # Pull base python image -FROM python:3.11.5-slim-bullseye +FROM python:3.11.8-slim-bullseye # Set environment variables ENV \