This is an automated email from the ASF dual-hosted git repository.
asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava.git
The following commit(s) were added to refs/heads/master by this push:
new 1ea2431 Use base image 3.8-slim-bookworm (#76)
1ea2431 is described below
commit 1ea24319c231d2009458a0c4868eb0e22326e248
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Sun Jul 20 09:55:07 2025 -0700
Use base image 3.8-slim-bookworm (#76)
---
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"