Skip to content

Commit

Permalink
Set MB_SOLR_TAG to SEARCH-732 to work around compilation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiencek committed Nov 26, 2024
1 parent 9564243 commit 7fd34b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/templates/Dockerfile.tests.m4
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ FROM build AS mb_solr

ARG OPENJDK_VERSION=17.0.11+9 \
OPENJDK_SRC_SUM=aa7fb6bb342319d227a838af5c363bfa1b4a670c209372f9e6585bd79da6220c \
MB_SOLR_TAG=master
MB_SOLR_TAG=SEARCH-732

RUN curl -sSLO https://github.com/adoptium/temurin17-binaries/releases/download/jdk-${OPENJDK_VERSION/+/%2B}/OpenJDK17U-jdk_x64_linux_hotspot_${OPENJDK_VERSION/+/_}.tar.gz && \
echo "$OPENJDK_SRC_SUM *OpenJDK17U-jdk_x64_linux_hotspot_${OPENJDK_VERSION/+/_}.tar.gz" | sha256sum --strict --check - && \
Expand Down

0 comments on commit 7fd34b8

Please sign in to comment.