Merge pull request #49 from LacledesLAN/dependabot/github_actions/docker/build-push-action-6.6.0

This commit is contained in:
Nick S 2024-08-07 11:01:03 -05:00 committed by GitHub
commit f72d202c2a
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.5.0
uses: docker/build-push-action@v6.6.0
with:
context: .
file: ./linux.Dockerfile