File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.github/workflows/script-integration-test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
source-fhir-server :
3
3
container_name : source-fhir-server
4
- image : samply/blaze:1.0 @sha256:43adac716f62d8535615b68a63ce91d288470ad1e39a96453771ac11eb6d5635
4
+ image : samply/blaze:1.1 @sha256:5f55f750d19e96b02da1e04a829bc653a94f28574bbf7b608753bd38aafa0e8f
5
5
environment :
6
6
BASE_URL : http://source-fhir-server:8080
7
7
LOG_LEVEL : debug
@@ -17,7 +17,7 @@ services:
17
17
18
18
target-fhir-server :
19
19
container_name : target-fhir-server
20
- image : samply/blaze:1.0 @sha256:43adac716f62d8535615b68a63ce91d288470ad1e39a96453771ac11eb6d5635
20
+ image : samply/blaze:1.1 @sha256:5f55f750d19e96b02da1e04a829bc653a94f28574bbf7b608753bd38aafa0e8f
21
21
environment :
22
22
BASE_URL : http://target-fhir-server:8080
23
23
LOG_LEVEL : debug
Original file line number Diff line number Diff line change 1
1
services :
2
2
torch-data-store :
3
- image : " samply/blaze:1.0 @sha256:43adac716f62d8535615b68a63ce91d288470ad1e39a96453771ac11eb6d5635 "
3
+ image : " samply/blaze:1.1 @sha256:5f55f750d19e96b02da1e04a829bc653a94f28574bbf7b608753bd38aafa0e8f "
4
4
environment :
5
5
BASE_URL : ${TORCH_DATA_STORE_BASE_URL:-http://torch-data-store:8080}
6
6
JAVA_TOOL_OPTIONS : " -Xmx2g"
You can’t perform that action at this time.
0 commit comments