Skip to content

Commit

Permalink
#15: Correct referencing of Solr tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 22, 2023
1 parent 6c5b3d7 commit e749ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ exports.getPantheonIndex = options => {
index: {
type: 'solr:custom',
overrides: {
image: `devwithlando/pantheon-index:${tag}`,
image: `devwithlando/pantheon-index:${options.solrTag}`,
ports: ['449'],
command: '/bin/bash -c "/helpers/add-cert.sh && /start.sh"',
environment: {
Expand Down

0 comments on commit e749ffb

Please sign in to comment.