Skip to content

Commit

Permalink
use PR solr9 images
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Mar 18, 2024
1 parent fdc133a commit 3d260cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
- db:/var/lib/mysql

solr:
# image: lagoon/solr-9-drupal:latest
# image: testlagoon/solr-9-drupal:pr-951
build:
context: .
dockerfile: lagoon/solr.dockerfile
Expand Down
2 changes: 1 addition & 1 deletion lagoon/solr.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG CLI_IMAGE
FROM ${CLI_IMAGE} as cli

FROM lagoon/solr-9-drupal:latest
FROM testlagoon/solr-9-drupal:pr-951

COPY --from=cli /app/web/modules/contrib/search_api_solr/jump-start/solr9/config-set/ /solr-conf/conf

Expand Down

0 comments on commit 3d260cd

Please sign in to comment.