Skip to content

Commit b342c3b

Browse files
authored
Merge pull request #60 from harryzcy/include-fix-757
Document `arm64` docker image fix
2 parents cf1baba + cdd15b4 commit b342c3b

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

β€Ž.github/workflows/reviewdog.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check out code.
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v4
1111
- name: misspell
1212
uses: reviewdog/action-misspell@v1
1313
with:

β€Ždocs/_sidebar.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* [πŸ‘¨β€πŸ’» Installation](installation.md)
33

44
* πŸŽ‰ What's new?
5-
* [v3.3.0 (latest)](whats_new/v330.md)
5+
* [v3.3.1 (latest)](whats_new/v331.md)
6+
* [v3.3.0](whats_new/v330.md)
67
* [v3.2.0](whats_new/v320.md)
78
* [v3.1.1](whats_new/v311.md)
89
* [v3.1.0](whats_new/v310.md)

β€Ždocs/whats_new/v331.mdβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# What's new in v3.3.1?
2+
3+
Here's an overview of the key changes included in this release.
4+
5+
### 1. Fix docker image for `arm64`
6+
7+
PR: [#757](https://github.com/dotenv-linter/dotenv-linter/pull/757) ([@harryzcy](https://github.com/harryzcy))
8+
9+
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/>
10+
Thanks to everyone who contributed πŸ™
11+
12+
---
13+
14+
How you can support the project πŸ˜‰
15+
16+
* Star on [GitHub](https://github.com/dotenv-linter/dotenv-linter) ⭐️
17+
* Become a sponsor on [GitHub Sponsors](https://github.com/sponsors/dotenv-linter) or [OpenCollective](https://opencollective.com/dotenv-linter) ❀️
18+
* Contribute to the [dotenv-linter](https://github.com/dotenv-linter/dotenv-linter/blob/master/CONTRIBUTING.md) βš™οΈ

0 commit comments

Comments
Β (0)