From b1f0ccce2765d99cb23ea1e7d43e2500286f3dba Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:29:46 -0700 Subject: [PATCH] update dockerfiles for release --- .github/actions/dockerfiles/Dockerfile.alpine-binary | 2 +- .github/actions/dockerfiles/Dockerfile.debian-binary | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/dockerfiles/Dockerfile.alpine-binary b/.github/actions/dockerfiles/Dockerfile.alpine-binary index 310958faf08..691d39ee3dd 100644 --- a/.github/actions/dockerfiles/Dockerfile.alpine-binary +++ b/.github/actions/dockerfiles/Dockerfile.alpine-binary @@ -31,7 +31,7 @@ RUN case "${TAG}" in \ ;; \ *) \ echo "/bin/stacks-node mainnet" > /tmp/command.sh && \ - rm /bin/blockstack-cli /bin/clarity-cli /bin/stacks-events /bin/stacks-inspect \ + rm /bin/stacks-cli /bin/clarity-cli /bin/stacks-inspect \ ;; \ esac && \ chmod +x /tmp/command.sh diff --git a/.github/actions/dockerfiles/Dockerfile.debian-binary b/.github/actions/dockerfiles/Dockerfile.debian-binary index 135cb0319da..83687722d3a 100644 --- a/.github/actions/dockerfiles/Dockerfile.debian-binary +++ b/.github/actions/dockerfiles/Dockerfile.debian-binary @@ -31,7 +31,7 @@ RUN case "${TAG}" in \ ;; \ *) \ echo "/bin/stacks-node mainnet" > /tmp/command.sh && \ - rm /bin/blockstack-cli /bin/clarity-cli /bin/stacks-events /bin/stacks-inspect \ + rm /bin/stacks-cli /bin/clarity-cli /bin/stacks-inspect \ ;; \ esac && \ chmod +x /tmp/command.sh