Skip to content

Commit 593899e

Browse files
committed
{nightly} Tweak SHELL
1 parent 9a81561 commit 593899e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nightly/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG USING_GITHUB_ACTIONS=false
2323

2424
ARG DEBIAN_FRONTEND=noninteractive
2525

26-
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
26+
SHELL ["/usr/bin/bash", "-euo", "pipefail", "-c"]
2727

2828
RUN --mount=type=cache,target=/var/cache/apt \
2929
apt-get update \

0 commit comments

Comments
 (0)