diff --git a/Dockerfile b/Dockerfile index 1b6d061..10fef1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,8 +36,8 @@ EOF ENV UV_PYTHON_INSTALL_DIR=/usr/local/share/uv/python # Install Python via uv and expose it on PATH -RUN uv python install 3.14.4 \ - && ln -s "$(uv python find 3.14.4)" /usr/local/bin/python3 +RUN uv python install 3.14.5 \ + && ln -s "$(uv python find 3.14.5)" /usr/local/bin/python3 # Install pi globally RUN npm install -g "@earendil-works/pi-coding-agent@0.78.0"