Skip to content

Commit

Permalink
Merge pull request #884 from OWASP/dependabot/docker/mvdan/shfmt-05b8…
Browse files Browse the repository at this point in the history
…fa2ead25d96f2eb782fca718245342cb65a155b2a4e11b5cc6d44b47d240

Bump mvdan/shfmt from `ebffb27` to `05b8fa2`
  • Loading branch information
sydseter authored Nov 11, 2024
2 parents bfeac39 + d25d913 commit 5671041
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:ebffb2719993f991980b0ac66b5174f37ccabfbd591957a1a7b84d90a5fa102e AS shfmt
FROM mvdan/shfmt@sha256:05b8fa2ead25d96f2eb782fca718245342cb65a155b2a4e11b5cc6d44b47d240 AS shfmt
ENTRYPOINT [ "/bin/shfmt" ]

0 comments on commit 5671041

Please sign in to comment.