Skip to content

Commit 75a5e19

Browse files
committed
fix: 修正hadolint-action版本号
1 parent d70fc08 commit 75a5e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Lint Dockerfile
18-
uses: hadolint/hadolint-action@v3
18+
uses: hadolint/hadolint-action@v3.1.0
1919
with:
2020
dockerfile: agent-sdk-server/Dockerfile
2121

0 commit comments

Comments
 (0)