diff --git a/base-images/python-base/3.10/Dockerfile b/base-images/python-base/3.10/Dockerfile index aefbc24..9bfde19 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.14.0a3-slim MAINTAINER Sean Shookman # Install basic compilers and libraries commonly needed for downstream packages