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.
1 parent 9a81561 commit 593899eCopy full SHA for 593899e
nightly/Dockerfile
@@ -23,7 +23,7 @@ ARG USING_GITHUB_ACTIONS=false
23
24
ARG DEBIAN_FRONTEND=noninteractive
25
26
-SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
+SHELL ["/usr/bin/bash", "-euo", "pipefail", "-c"]
27
28
RUN --mount=type=cache,target=/var/cache/apt \
29
apt-get update \
0 commit comments