We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bb41327
1d00607
1 parent 2d01a1a commit b3ae334Copy full SHA for b3ae334
Dockerfile
@@ -34,5 +34,5 @@ COPY --chown=builder:union Pipfile Pipfile.lock ./
34
RUN pipenv --python `which python` install --ignore-pipfile --dev
35
ENTRYPOINT [ "/usr/local/bin/pipenv" ]
36
37
-FROM mvdan/shfmt@sha256:bb4132736b41993c5681a661fa6312b7d79bf90c23d09d0063749b91a696b542 AS shfmt
+FROM mvdan/shfmt@sha256:1d006078304e987d453484ff0660e0d7157cfea0d1e8ce419601589c6110caec AS shfmt
38
ENTRYPOINT [ "/bin/shfmt" ]
0 commit comments