We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d4389 commit 1feb5c8Copy full SHA for 1feb5c8
.github/workflows/dockerfile-linter.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/checkout@v3
39
40
- name: Hadolint
41
- uses: hadolint/hadolint-action@v2.1.0
+ uses: hadolint/hadolint-action@v3.0.0
42
with:
43
dockerfile: .devcontainer/Dockerfile
44
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
dockerfile: .devcontainer/Dockerfile.ubuntu
56
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
dockerfile: .devcontainer/Dockerfile.alpine
68
0 commit comments