Skip to content

Commit ad062f3

Browse files
feat: switch to go-task/setup-task and update shell to /bin/ash in Dockerfiles
1 parent ac8f562 commit ad062f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY entrypoint.sh /
55
COPY alpine-packages.txt /tmp/alpine-packages.txt
66

77
# Install needed packages
8-
SHELL ["/bin/sh", "-euxo", "pipefail", "-c"]
8+
SHELL ["/bin/ash", "-euxo", "pipefail", "-c"]
99
# hadolint ignore=DL3018
1010
RUN set -eux; \
1111
xargs -r apk add --no-cache < /tmp/alpine-packages.txt; \

0 commit comments

Comments
 (0)