Skip to content

Commit

Permalink
Update all dependencies (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent f669c77 commit 2540023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: ml
# You can override MegaLinter flavor used to have faster performances
# More info at https://megalinter.io/flavors/
uses: oxsecurity/megalinter/flavors/go@c217fe8f7bc9207062a084e989bd97efd56e7b9a # v8
uses: oxsecurity/megalinter/flavors/go@d8c95fc6f2237031fb9e9322b0f97100168afa6e # v8
env:
# All available variables are described in documentation
# https://megalinter.io/configuration/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/go@sha256:72775522192e3c2fb356ce74759f1de29a67d22f64fdf3660d923ec75d842634 AS builder
FROM cgr.dev/chainguard/go@sha256:aa1ca38e2137f73d2de46f2b9c1fad57b01d7441ab91096ec900118d9b1cf8c2 AS builder

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit 2540023

Please sign in to comment.