Skip to content

Commit

Permalink
update to version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Sep 24, 2024
1 parent b25ef65 commit a41c32f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.9.0
FROM europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.9.1

USER root
RUN mkdir -p /config && chown matchbox:matchbox /config
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ http://localhost:8080/matchboxv3/
## Download image for google artifact registry

```
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox-ch-elm:v1.3.1
docker run -d --name matchbox-ch-elm -p 8080:80 europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox-ch-elm:v1.3.1
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox-ch-elm:1.5.1
docker run -d --name matchbox-ch-elm -p 8080:80 europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox-ch-elm:1.5.1
```
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.5.1 2024/09/24
- matchbox v3.9.1
- ch-elm 1.5.0

1.5.0 2024/09/10
- matchbox v3.9.0
- ch-elm 1.4.0
Expand Down
4 changes: 2 additions & 2 deletions src/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ hapi:
url: classpath:/hl7.fhir.uv.extensions.r4#1.0.0.tgz
chelm:
name: ch.fhir.ig.ch-elm
version: 1.4.0
version: 1.5.0
matchbox:
fhir:
context:
igsPreloaded: ch.fhir.ig.ch-elm#1.4.0
igsPreloaded: ch.fhir.ig.ch-elm#1.5.0
#txServer: n/a
txServer: http://localhost:${server.port}/matchboxv3/fhir
httpReadOnly: true
Expand Down

0 comments on commit a41c32f

Please sign in to comment.