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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6ce19c8dd Bump python from `01f1254` to `dd4d2bd` (#176)
6ce19c8dd is described below
commit 6ce19c8dd7495dade80ca4f6d26dbed54acb1bfe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 13:30:36 2026 +0200
Bump python from `01f1254` to `dd4d2bd` (#176)
Bumps python from `01f1254` to `dd4d2bd`.
---
updated-dependencies:
- dependency-name: python
dependency-version: 3.14-alpine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 0f5dbdcb5..2819d6880 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
# Base image pinned by digest — updated automatically by Dependabot (docker
ecosystem).
# When Dependabot opens a bump PR, also regenerate requirements.txt (see
README.md).
-FROM
python:3.14-alpine@sha256:01f125438100bb6b5770c0b1349e5200b23ca0ae20a976b5bd8628457af607ae
+FROM
python:3.14-alpine@sha256:dd4d2bd5b53d9b25a51da13addf2be586beebd5387e289e798e4083d94ca837a
WORKDIR /work
COPY requirements.txt .
RUN pip3 install --require-hashes -r requirements.txt && rm requirements.txt
\ No newline at end of file