This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch fix-dockerfile in repository https://gitbox.apache.org/repos/asf/otava.git
commit ed2c9b2faeaa14e8c744ea2a93d1ed69a7ef98ed Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Jul 19 19:29:38 2025 -0700 Use base image 3.8-slim-bookworm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e4ee95..a2d7597 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM python:3.8.0-slim-buster +FROM python:3.8-slim-bookworm # So that STDOUT/STDERR is printed ENV PYTHONUNBUFFERED="1"
