Skip to content

Commit

Permalink
Merge pull request #1 from salemove/MED-679-elixir-15
Browse files Browse the repository at this point in the history
Med 679 elixir 15
  • Loading branch information
gliavallo authored Jan 26, 2024
2 parents ae719f0 + 1471d95 commit c44ee32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.11.3-alpine
FROM elixir:1.15-otp-25-alpine

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Publish package to hex.pm
uses: wesleimp/action-publish-hex@v1
uses: salemove/action-publish-hex@v1
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
```

0 comments on commit c44ee32

Please sign in to comment.