Skip to content

Commit

Permalink
Merge pull request #247 from jembi/Update-hapi-fhir
Browse files Browse the repository at this point in the history
Upgrade hapi-fhir to fix loinc code issue
  • Loading branch information
bradsawadye authored Jul 27, 2023
2 parents 91ea6cd + 90fe4e4 commit c6a9110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions fhir-datastore-hapi-fhir/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM hapiproject/hapi:v5.7.0
FROM hapiproject/hapi:v6.0.1

# Copy the static shell into base image
COPY --from=busybox /bin/sh /bin/sh
COPY --from=busybox:1.36.0-uclibc /bin/sh /bin/sh
# Copy all necessary executables into distroless image
COPY --from=busybox /bin/wget /bin/wget


COPY --from=busybox:1.36.0-uclibc /bin/wget /bin/wget
2 changes: 1 addition & 1 deletion fhir-datastore-hapi-fhir/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
hapi-fhir:
image: jembi/hapi:v5.7.0-wget
image: jembi/hapi:v6.0.1-wget
networks:
mpi:
public:
Expand Down

0 comments on commit c6a9110

Please sign in to comment.