diff --git a/components/contrib/presto/query/Dockerfile b/components/contrib/presto/query/Dockerfile index 85ebd0a9091..bd1949fb199 100644 --- a/components/contrib/presto/query/Dockerfile +++ b/components/contrib/presto/query/Dockerfile @@ -10,7 +10,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7 +FROM python:3.13.0rc2 COPY requirements.txt . RUN python3 -m pip install -r \