Skip to content

Commit

Permalink
Merge pull request #310 from netlogix/feature/solr-update
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak authored Jul 15, 2024
2 parents b450153 + ed0a330 commit 238d52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM solr:9.5.0 AS builder
FROM solr:9.6.1 AS builder

ENV TYPO3_SOLR=12.0.3 \
TYPO3_SOLR_DOWNLOAD_SHA512="882f24a44d221f5d85a2066ab1235c9aedcd31c8a8f2009f9343b73de2931fd354fed6a8175fe18fa6fa0c284dd07d428c4f547f24875129e5a1d57c5ffd283f"
Expand All @@ -15,7 +15,7 @@ RUN apt-get update && \
mkdir -p /tmp/solr && \
tar -zxvf /tmp/solr.tar.gz -C /tmp/solr --strip-components=1;

FROM solr:9.5.0 AS solr
FROM solr:9.6.1 AS solr
ENV TERM=linux \
SOLR_LOG_LEVEL=WARN \
SOLR_PORT=8983 \
Expand Down

0 comments on commit 238d52e

Please sign in to comment.