Skip to content

Commit

Permalink
Merge pull request #805 from OWASP/dependabot/docker/mvdan/shfmt-37bb…
Browse files Browse the repository at this point in the history
…cba629dc409ca000035a6527744cf465f4c89188231e8f5c9592a7927d08

Bump mvdan/shfmt from `bfb4f62` to `37bbcba`
  • Loading branch information
sydseter authored Sep 30, 2024
2 parents b04cec0 + e7c24d0 commit 1a1bfea
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:bfb4f6267f0cc05a3666a67afb5f4c309533e1bf3a32a63faa45ae5c027275f9 AS shfmt
FROM mvdan/shfmt@sha256:37bbcba629dc409ca000035a6527744cf465f4c89188231e8f5c9592a7927d08 AS shfmt
ENTRYPOINT [ "/bin/shfmt" ]

0 comments on commit 1a1bfea

Please sign in to comment.