Skip to content

Commit

Permalink
Merge pull request #906 from OWASP/dependabot/docker/mvdan/shfmt-b3cc…
Browse files Browse the repository at this point in the history
…87b3512a1d336a20fc64cb2074fbad3ff6805ccfdf2a75941b8595930ce4

Bump mvdan/shfmt from `05b8fa2` to `b3cc87b`
  • Loading branch information
sydseter authored Nov 19, 2024
2 parents 4233081 + 1dd3482 commit f875c13
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:05b8fa2ead25d96f2eb782fca718245342cb65a155b2a4e11b5cc6d44b47d240 AS shfmt
FROM mvdan/shfmt@sha256:b3cc87b3512a1d336a20fc64cb2074fbad3ff6805ccfdf2a75941b8595930ce4 AS shfmt
ENTRYPOINT [ "/bin/shfmt" ]

0 comments on commit f875c13

Please sign in to comment.