Skip to content

Commit

Permalink
Merge branch 'main' into recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton authored Jan 19, 2024
2 parents 6228224 + 260013f commit 5cbc541
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,237 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"json.schemas": [
{
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openhie/package-base:2.1.7
FROM openhie/package-base:2.2.0

# Install yq
RUN curl -L https://github.com/mikefarah/yq/releases/download/v4.23.1/yq_linux_amd64 -o /usr/bin/yq
Expand Down
Loading

0 comments on commit 5cbc541

Please sign in to comment.