Skip to content

Commit 9c4aa79

Browse files
committed
Apache Solr release 9.10.1
1 parent 566a79e commit 9c4aa79

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

9.10-slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
FROM eclipse-temurin:17-jre-jammy
1818

19-
ARG SOLR_VERSION="9.10.0"
19+
ARG SOLR_VERSION="9.10.1"
2020
# empty for the full distribution, "-slim" for the slim distribution
2121
ARG SOLR_DIST="-slim"
22-
ARG SOLR_SHA512="815868aac78e459a07fa8b5e2163d1ae70ded151735373463a769f3a58c03cd5cf3ec30ff500cd4b8ab445ecc94ca423bfe2b75d89ba0eedc8a0daf8fb325fc2"
23-
ARG SOLR_KEYS="3558857D1F5754B78C7F8B5A71A45A3D0D8D0B93"
22+
ARG SOLR_SHA512="8720f813f1679360f11c753ad516d4680db31afc28065626d2558fb078bd163b79107326733bee3ba6702ca2fa7ef86bd608d594a740b7dcc5475e7c8650cae1"
23+
ARG SOLR_KEYS="E05FDF113D89E7FB4A2DF4B2684D544160392455"
2424

2525
# Override the default solr download location with a preferred mirror, e.g.:
2626
# docker build -t mine --build-arg SOLR_DOWNLOAD_SERVER=https://downloads.apache.org/solr/solr .

9.10/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
FROM eclipse-temurin:17-jre-jammy
1818

19-
ARG SOLR_VERSION="9.10.0"
19+
ARG SOLR_VERSION="9.10.1"
2020
# empty for the full distribution, "-slim" for the slim distribution
2121
ARG SOLR_DIST=""
22-
ARG SOLR_SHA512="f97153ce12a1b88134b54c4a5a74f6eedd67e06092b6caa3cc9ddaff7b65fa3d4816e7702fb07a54cc0e83724eb9ceab78af77100b688cd68323b5a988e031be"
23-
ARG SOLR_KEYS="3558857D1F5754B78C7F8B5A71A45A3D0D8D0B93"
22+
ARG SOLR_SHA512="23915ba0c9eba81d9ed7dd46bf3dfa748a1cf12cfd1d2bc3c37e3022893b8d45a6d6dc078ee79e33c0367191c3e4f2d1df3c6f5705331ccfe13d6b1287812eb0"
23+
ARG SOLR_KEYS="E05FDF113D89E7FB4A2DF4B2684D544160392455"
2424

2525
# Override the default solr download location with a preferred mirror, e.g.:
2626
# docker build -t mine --build-arg SOLR_DOWNLOAD_SERVER=https://downloads.apache.org/solr/solr .

0 commit comments

Comments
 (0)