Skip to content

Commit

Permalink
Pin the package base version that platform depends on
Browse files Browse the repository at this point in the history
Prevent the build automatically using the latest tag.
Using latest may cause bugs as we would not be watching the feature
development and backwards compatibility
  • Loading branch information
MattyJ007 committed Apr 5, 2022
1 parent 1f28f19 commit 1d1b2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM openhie/package-base
FROM openhie/package-base:0.1.0
ADD . .

0 comments on commit 1d1b2c7

Please sign in to comment.