Skip to content

Commit

Permalink
Merge pull request #936 from OWASP/dependabot/docker/mvdan/shfmt-f30a…
Browse files Browse the repository at this point in the history
…addd26a3dae5a4fc5bd437dcb8c128ee44ea0a6d76e4700b239289b16c0e

Bump mvdan/shfmt from `a12ca10` to `f30aadd`
  • Loading branch information
sydseter authored Dec 20, 2024
2 parents 6e051d1 + fac4c06 commit 234478c
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:a12ca108881af7475ed01d81f2269b284ae98ac08abbf5ed78507313d5ed112a AS shfmt
FROM mvdan/shfmt@sha256:f30aaddd26a3dae5a4fc5bd437dcb8c128ee44ea0a6d76e4700b239289b16c0e AS shfmt
ENTRYPOINT [ "/bin/shfmt" ]

0 comments on commit 234478c

Please sign in to comment.