Skip to content

Commit

Permalink
Merge pull request #273 from OWASP/dependabot/docker/mvdan/shfmt-eeec…
Browse files Browse the repository at this point in the history
…e7a223d588e7da5ef5ae3f27fe94ac5d7224c6e55657ccb0ed60fd1d4f4d

Bump mvdan/shfmt from `82fa1ba` to `eeece7a`
  • Loading branch information
rewtd authored Jan 11, 2024
2 parents 96aea4d + de51a1d commit 7d43c91
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:82fa1ba1aebd28beffb7839954980eadeed7e6b659d62458453f601016af91d3 AS shfmt
FROM mvdan/shfmt@sha256:eeece7a223d588e7da5ef5ae3f27fe94ac5d7224c6e55657ccb0ed60fd1d4f4d AS shfmt
ENTRYPOINT [ "/bin/shfmt" ]

0 comments on commit 7d43c91

Please sign in to comment.