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 a12ca10 to f30aadd #936

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:a12ca108881af7475ed01d81f2269b284ae98ac08abbf5ed78507313d5ed112a AS shfmt
FROM mvdan/shfmt@sha256:f30aaddd26a3dae5a4fc5bd437dcb8c128ee44ea0a6d76e4700b239289b16c0e AS shfmt
ENTRYPOINT [ "/bin/shfmt" ]
Loading