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 3e9b605 commit ec661efCopy full SHA for ec661ef
Dockerfile
@@ -2,7 +2,6 @@ FROM node:22-bookworm-slim
2
3
WORKDIR /app
4
COPY . .
5
-COPY --from=qldrsc/duckdb /usr/local/bin/duckdb /bin/duckdb
6
7
RUN apt-get update && \
8
apt-get install -y git && \
stacks-blockchain/docker/Dockerfile
@@ -1,4 +1,3 @@
1
-# Pointed to stacks-blockchain `2.1.0.0.0` git tag
FROM --platform=linux/amd64 hirosystems/stacks-api-e2e:stacks3.0-0a2c0e2 as build
FROM --platform=linux/amd64 debian:bookworm
0 commit comments