Skip to content

Commit

Permalink
Fixed SHR version inconsistency (#22)
Browse files Browse the repository at this point in the history
* Fixed SHR version inconsistency
  • Loading branch information
pmanko authored Dec 14, 2021
1 parent a10538e commit fce7bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker save --output ./dist/package/docker/es.tar intrahealth/elasticsearch:late
docker save --output ./dist/package/docker/mongo.tar mongo:3.4
docker save --output ./dist/package/docker/hapi.tar hapiproject/hapi:latest

docker save --output ./dist/package/docker/shared-health-record.tar ghcr.io/i-tech-uw/shared-health-record:v0.4.0
docker save --output ./dist/package/docker/shared-health-record.tar ghcr.io/i-tech-uw/shared-health-record:v0.4.3
docker save --output ./dist/package/docker/openhim-mediator-fhir-converter.tar ghcr.io/b-techbw/openhim-mediator-fhir-converter:latest
docker save --output ./dist/package/docker/opencr.tar intrahealth/opencr:latest

Expand Down

0 comments on commit fce7bff

Please sign in to comment.