File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ jobs:
4646
4747 # Lint the Dockerfiles
4848 - name : Lint the .NET runtime deps container image recipe
49- uses : hadolint/hadolint-action@v3.2 .0
49+ uses : hadolint/hadolint-action@v3.3 .0
5050 with :
5151 dockerfile : dotnet-deps/Dockerfile.${{ matrix.ubuntu-release }}
5252 ignore : DL3008,DL3015,SC3028
5353
5454 - name : Lint the .NET runtime container image recipe
55- uses : hadolint/hadolint-action@v3.2 .0
55+ uses : hadolint/hadolint-action@v3.3 .0
5656 with :
5757 dockerfile : dotnet-runtime/Dockerfile.${{ matrix.ubuntu-release }}
5858 ignore : DL3008,DL3015,SC3028
5959
6060 - name : Lint the ASP.NET Core runtime container image recipe
61- uses : hadolint/hadolint-action@v3.2 .0
61+ uses : hadolint/hadolint-action@v3.3 .0
6262 with :
6363 dockerfile : dotnet-aspnet/Dockerfile.${{ matrix.ubuntu-release }}
6464 ignore : DL3008,DL3015,SC3028
You can’t perform that action at this time.
0 commit comments