Skip to content

Commit

Permalink
Merge pull request #43 from medizininformatik-initiative/release-2-1-0
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
DiCanio authored Nov 29, 2022
2 parents 3a456d9 + 94ab4be commit 6a662f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /opt/codex-feasibility-backend
COPY ./target/*.jar ./feasibility-gui-backend.jar
COPY ontology ontology

ARG VERSION=0.0.0
ARG VERSION=2.1.0
ENV APP_VERSION=${VERSION}
ENV FEASIBILITY_DATABASE_HOST="feasibility-network"
ENV FEASIBILITY_DATABASE_PORT=5432
Expand All @@ -19,12 +19,12 @@ ENTRYPOINT ["java","-jar","feasibility-gui-backend.jar"]

ARG GIT_REF=""
ARG BUILD_TIME=""
LABEL maintainer="num-codex" \
LABEL maintainer="medizininformatik-initiative" \
org.opencontainers.image.created=${BUILD_TIME} \
org.opencontainers.image.authors="num-codex" \
org.opencontainers.image.source="https://github.com/num-codex/codex-feasibility-backend" \
org.opencontainers.image.authors="medizininformatik-initiative" \
org.opencontainers.image.source="https://github.com/medizininformatik-initiative/feasibility-backend" \
org.opencontainers.image.version=${VERSION} \
org.opencontainers.image.revision=${GIT_REF} \
org.opencontainers.image.vendor="num-codex" \
org.opencontainers.image.title="codex feasibility backend" \
org.opencontainers.image.vendor="medizininformatik-initiative" \
org.opencontainers.image.title="feasibility backend" \
org.opencontainers.image.description="Provides backend functions for feasibility UI including query execution"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>de.medizininformatik-initiative</groupId>
<artifactId>FeasibilityGuiBackend</artifactId>
<version>1.0.1</version>
<version>2.1.0</version>
<name>FeasibilityGuiBackend</name>
<description>Backend of the Feasibility GUI</description>

Expand Down

0 comments on commit 6a662f5

Please sign in to comment.