Skip to content

Commit

Permalink
Merge pull request #943 from OWASP/dependabot/docker/mvdan/shfmt-ad0c…
Browse files Browse the repository at this point in the history
…0695bc126f56b7fc68e1423465120edafa7bb174b6fa358abfe1d3906c77

Bump mvdan/shfmt from `f30aadd` to `ad0c069`
  • Loading branch information
sydseter authored Dec 23, 2024
2 parents 84daa9f + 03299f0 commit 57c1b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY --chown=builder:union Pipfile Pipfile.lock ./
RUN pipenv --python `which python` install --ignore-pipfile --dev
ENTRYPOINT [ "/usr/local/bin/pipenv" ]

FROM mvdan/shfmt@sha256:f30aaddd26a3dae5a4fc5bd437dcb8c128ee44ea0a6d76e4700b239289b16c0e AS shfmt
FROM mvdan/shfmt@sha256:ad0c0695bc126f56b7fc68e1423465120edafa7bb174b6fa358abfe1d3906c77 AS shfmt
ENTRYPOINT [ "/bin/shfmt" ]

0 comments on commit 57c1b60

Please sign in to comment.