diff --git a/Dockerfile b/Dockerfile index 197a015e39..eda1f51ae2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -From python:3.10.12-slim +From python:3.14.0rc2-slim RUN apt-get update RUN apt-get install libkrb5support0 -y