diff --git a/base-images/python-base/3.10/Dockerfile b/base-images/python-base/3.10/Dockerfile index aefbc24..e3acbf9 100644 --- a/base-images/python-base/3.10/Dockerfile +++ b/base-images/python-base/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.13.0b3-slim MAINTAINER Sean Shookman # Install basic compilers and libraries commonly needed for downstream packages