Skip to content

Commit

Permalink
Document arm64 docker image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Feb 29, 2024
1 parent cf1baba commit cdd15b4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: misspell
uses: reviewdog/action-misspell@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
* [👨‍💻 Installation](installation.md)

* 🎉 What's new?
* [v3.3.0 (latest)](whats_new/v330.md)
* [v3.3.1 (latest)](whats_new/v331.md)
* [v3.3.0](whats_new/v330.md)
* [v3.2.0](whats_new/v320.md)
* [v3.1.1](whats_new/v311.md)
* [v3.1.0](whats_new/v310.md)
Expand Down
18 changes: 18 additions & 0 deletions docs/whats_new/v331.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# What's new in v3.3.1?

Here's an overview of the key changes included in this release.

### 1. Fix docker image for `arm64`

PR: [#757](https://github.com/dotenv-linter/dotenv-linter/pull/757) ([@harryzcy](https://github.com/harryzcy))

These are all the key changes that are included in the new [v3.3.1](https://github.com/dotenv-linter/dotenv-linter/releases/tag/v3.2.0) release.<br/>
Thanks to everyone who contributed 🙏

---

How you can support the project 😉

* Star on [GitHub](https://github.com/dotenv-linter/dotenv-linter) ⭐️
* Become a sponsor on [GitHub Sponsors](https://github.com/sponsors/dotenv-linter) or [OpenCollective](https://opencollective.com/dotenv-linter) ❤️
* Contribute to the [dotenv-linter](https://github.com/dotenv-linter/dotenv-linter/blob/master/CONTRIBUTING.md) ⚙️

0 comments on commit cdd15b4

Please sign in to comment.