Skip to content

Commit

Permalink
update hapi docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenrich committed Jul 7, 2020
1 parent c37143d commit 96e8acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:

fhir:
container_name: hapi-fhir
image: hapiproject/hapi:4.1
image: hapiproject/hapi:v4.1.0
ports:
- "8080:8080"
# networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

fhir:
container_name: hapi-fhir
image: hapiproject/hapi:4.1
image: hapiproject/hapi:v4.1.0
ports:
- "8080:8080"
networks:
Expand Down

0 comments on commit 96e8acd

Please sign in to comment.