Skip to content

Commit

Permalink
Bump + support for dockerfile versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddehs committed Aug 19, 2021
1 parent 0aed556 commit 2c37931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ RUN unzip -qn fhir-3.11.0.b1424.zip

WORKDIR /opt/connect

RUN apt-get install -y postgresql-client

COPY entrypoint.sh /
RUN chmod 755 /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]
Expand Down
4 changes: 2 additions & 2 deletions charts/nextgen-connect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.1
version: 1.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.11"
appVersion: "v3.11"

dependencies:
- name: postgresql
Expand Down

0 comments on commit 2c37931

Please sign in to comment.