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 adff2c9 commit 8819047Copy full SHA for 8819047
Dockerfile
@@ -8,7 +8,7 @@ RUN go mod download
8
COPY . .
9
RUN go build -ldflags "${LDFLAGS}" -a -o build/neutron_query_relayer ./cmd/neutron_query_relayer/*.go
10
11
-FROM debian:buster
+FROM debian:bookworm-slim
12
RUN apt update && apt install ca-certificates curl -y && apt-get clean
13
ADD ["https://github.com/CosmWasm/wasmvm/releases/download/v1.5.2/libwasmvm.x86_64.so","https://github.com/CosmWasm/wasmvm/releases/download/v1.5.2/libwasmvm.aarch64.so","/lib/"]
14
ADD run.sh .
0 commit comments