Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from medizininformatik-initiative/release-v0.20.6
Browse files Browse the repository at this point in the history
Release v0.20.6
  • Loading branch information
alexanderkiel authored May 9, 2023
2 parents b471101 + fbfd13f commit 47f345b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM samply/blaze:0.20.5
FROM samply/blaze:0.20.6

USER root

Expand All @@ -8,6 +8,6 @@ RUN apt-get update && apt-get upgrade -y && \
rm -rf /var/lib/apt/lists/

COPY search-parameters.json /app/blaze/db/
RUN zip blaze-0.20.5-standalone.jar blaze/db/search-parameters.json
RUN zip blaze-0.20.6-standalone.jar blaze/db/search-parameters.json

USER 1001
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

This repository contains a Blaze server image, which includes the search parameters necessary for the Medizininformatik Initiative feasibility project.

The image is based on Blaze [v0.20.5](https://github.com/samply/blaze/releases/tag/v0.20.5).
The image is based on Blaze [v0.20.6](https://github.com/samply/blaze/releases/tag/v0.20.6).

## Start locally

`docker-compose up -d`

## Build manually

`docker build -t blaze:0.20.5 .`
`docker build -t blaze:0.20.6 .`

or using docker compose:

Expand Down

0 comments on commit 47f345b

Please sign in to comment.