This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-orbit.git
The following commit(s) were added to refs/heads/main by this push:
new 3e76f195 Bump python from 3.12-slim to 3.14-slim in /docker (#81)
3e76f195 is described below
commit 3e76f195178ac44aa2694c5899ce2bd84e7fab8d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 18 15:05:13 2026 +0200
Bump python from 3.12-slim to 3.14-slim in /docker (#81)
Bumps python from 3.12-slim to 3.14-slim.
---
updated-dependencies:
- dependency-name: python
dependency-version: 3.14-slim
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
docker/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index d66bfb0d..23ab8ac3 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -5,7 +5,7 @@
#
# Stage 1: build packages and compile where needed
#
-FROM python:3.12-slim AS build-stage
+FROM python:3.14-slim AS build-stage
# hadolint ignore=DL3008
RUN apt-get -y update && \
@@ -25,7 +25,7 @@ RUN uv build --wheel
#
# Stage 2: create image
#
-FROM python:3.12-slim AS image-stage
+FROM python:3.14-slim AS image-stage
ENV BENCHMARK_RUNNING_IN_DOCKER=True
RUN groupadd --gid 1000 solr-orbit && \