diff --git a/base-images/python-base/3.9/Dockerfile b/base-images/python-base/3.9/Dockerfile index 5c31a12..66caef1 100644 --- a/base-images/python-base/3.9/Dockerfile +++ b/base-images/python-base/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.13.0rc1-slim MAINTAINER Sean Shookman # Install basic compilers and libraries commonly needed for downstream packages