Skip to content

Commit e2a3984

Browse files
feat: switch to go-task/setup-task and update shell to /bin/ash in Dockerfiles (#158)
Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
1 parent 669385c commit e2a3984

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
@@ -12,7 +12,7 @@ COPY entrypoint.sh /
1212
COPY alpine-packages.txt /tmp/alpine-packages.txt
1313

1414
# Install needed packages
15-
SHELL ["/bin/sh", "-euxo", "pipefail", "-c"]
15+
SHELL ["/bin/ash", "-euxo", "pipefail", "-c"]
1616
# hadolint ignore=DL3018
1717
RUN set -eux; \
1818
xargs -r apk add --no-cache < /tmp/alpine-packages.txt; \

0 commit comments

Comments
 (0)