Skip to content

Commit

Permalink
Merge pull request #720 from OWASP/dependabot/docker/mvdan/shfmt-8407…
Browse files Browse the repository at this point in the history
…435cd176f0ca5b983a3d93a86123a7d56d08034babd948de9424fabef505

Bump mvdan/shfmt from `a767cff` to `8407435`
  • Loading branch information
sydseter authored Aug 13, 2024
2 parents ebe978f + e19db34 commit ae20d52
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:a767cff74d40e3d2085020640a6d0200f1588e6201c6c04e5e7ff6fa681bccd9 AS shfmt
FROM mvdan/shfmt@sha256:8407435cd176f0ca5b983a3d93a86123a7d56d08034babd948de9424fabef505 AS shfmt
ENTRYPOINT [ "/bin/shfmt" ]

0 comments on commit ae20d52

Please sign in to comment.