Skip to content

Commit

Permalink
Apache Solr release 9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman committed May 29, 2024
1 parent 2031434 commit 9cd850b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 9.6-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

FROM eclipse-temurin:17-jre-jammy

ARG SOLR_VERSION="9.6.0"
ARG SOLR_VERSION="9.6.1"
# empty for the full distribution, "-slim" for the slim distribution
ARG SOLR_DIST="-slim"
ARG SOLR_SHA512="deb3585aa25edbcb919109c8388bbc8c1efb136880628ccd1b057daaf6bab1e9ebcd7189465f28db35ae6990ed5bf2127cc95a18b6b4da6abfa33b10d5e5cc37"
ARG SOLR_KEYS="1CF0DAD1470504C4EA95C697140BC45803B03F7F"
ARG SOLR_SHA512="78e6558551c7710134f2519e5f86a32c636e5963f8efadc8c0391dfb99f7554b3d86197272aa92fa7b28589602d87389530eea043dd3d299983a1c49e38f0dc3"
ARG SOLR_KEYS="50E3EE1C91C7E0CB4DFB007B369424FC98F3F6EC"

# Override the default solr download location with a preferred mirror, e.g.:
# docker build -t mine --build-arg SOLR_DOWNLOAD_SERVER=https://downloads.apache.org/solr/solr .
Expand Down
6 changes: 3 additions & 3 deletions 9.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

FROM eclipse-temurin:17-jre-jammy

ARG SOLR_VERSION="9.6.0"
ARG SOLR_VERSION="9.6.1"
# empty for the full distribution, "-slim" for the slim distribution
ARG SOLR_DIST=""
ARG SOLR_SHA512="9c5b6c15db575468b2ddaf4538078a875bf15696ab2611db9d5190cf3d9c2aa6a24c303398231932a7ca85d7f5e441a24b3ef60f50547073167bc62a29b7c839"
ARG SOLR_KEYS="1CF0DAD1470504C4EA95C697140BC45803B03F7F"
ARG SOLR_SHA512="7e16aa71fc01f9d9b05e5514e35798104a18253a211426aa669aa3b91225d110a4fa1c78c9ec86b7e1909e2aae63696deffd877536790303cd0638eb7f1a8c63"
ARG SOLR_KEYS="50E3EE1C91C7E0CB4DFB007B369424FC98F3F6EC"

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

0 comments on commit 9cd850b

Please sign in to comment.