Skip to content

Commit 1ef8dd9

Browse files
renovate[bot]Lucas0T
authored andcommitted
Update samply/blaze Docker tag to v1.1
1 parent 5609569 commit 1ef8dd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/script-integration-test/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
source-fhir-server:
33
container_name: source-fhir-server
4-
image: samply/blaze:1.0@sha256:43adac716f62d8535615b68a63ce91d288470ad1e39a96453771ac11eb6d5635
4+
image: samply/blaze:1.1@sha256:5f55f750d19e96b02da1e04a829bc653a94f28574bbf7b608753bd38aafa0e8f
55
environment:
66
BASE_URL: http://source-fhir-server:8080
77
LOG_LEVEL: debug
@@ -17,7 +17,7 @@ services:
1717

1818
target-fhir-server:
1919
container_name: target-fhir-server
20-
image: samply/blaze:1.0@sha256:43adac716f62d8535615b68a63ce91d288470ad1e39a96453771ac11eb6d5635
20+
image: samply/blaze:1.1@sha256:5f55f750d19e96b02da1e04a829bc653a94f28574bbf7b608753bd38aafa0e8f
2121
environment:
2222
BASE_URL: http://target-fhir-server:8080
2323
LOG_LEVEL: debug

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
torch-data-store:
3-
image: "samply/blaze:1.0@sha256:43adac716f62d8535615b68a63ce91d288470ad1e39a96453771ac11eb6d5635"
3+
image: "samply/blaze:1.1@sha256:5f55f750d19e96b02da1e04a829bc653a94f28574bbf7b608753bd38aafa0e8f"
44
environment:
55
BASE_URL: ${TORCH_DATA_STORE_BASE_URL:-http://torch-data-store:8080}
66
JAVA_TOOL_OPTIONS: "-Xmx2g"

0 commit comments

Comments
 (0)