Merge pull request #41 from LacledesLAN/dependabot/github_actions/docker/build-push-action-6.0.1

Bump docker/build-push-action from 6.0.0 to 6.0.1
This commit is contained in:
James Dudley 2024-06-19 12:19:56 -05:00 committed by GitHub
commit 341a1386e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
- name: Pull Latest Linux Base Image
run: docker pull debian:bullseye-slim
- name: Build Linux Image
uses: docker/build-push-action@v6.0.0
uses: docker/build-push-action@v6.0.1
with:
context: .
file: ./linux.Dockerfile