Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mvdan/shfmt from f30aadd to ad0c069 #943

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:f30aaddd26a3dae5a4fc5bd437dcb8c128ee44ea0a6d76e4700b239289b16c0e AS shfmt
FROM mvdan/shfmt@sha256:ad0c0695bc126f56b7fc68e1423465120edafa7bb174b6fa358abfe1d3906c77 AS shfmt
ENTRYPOINT [ "/bin/shfmt" ]
Loading