Skip to content

Commit 48c61cd

Browse files
committed
Update hadolint-action to 1.5.0 🐳
1 parent cd60748 commit 48c61cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Build the Docker image
1515
run: docker build . --file Dockerfile --tag bakery:$(date +%s)
1616
- name: Hadolint Action
17-
uses: hadolint/hadolint-action@v1.4.0
17+
uses: hadolint/hadolint-action@v1.5.0
1818
with:
1919
dockerfile: Dockerfile

0 commit comments

Comments
 (0)