Skip to content

Commit 8819047

Browse files
authored
Update Dockerfile
1 parent adff2c9 commit 8819047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN go mod download
88
COPY . .
99
RUN go build -ldflags "${LDFLAGS}" -a -o build/neutron_query_relayer ./cmd/neutron_query_relayer/*.go
1010

11-
FROM debian:buster
11+
FROM debian:bookworm-slim
1212
RUN apt update && apt install ca-certificates curl -y && apt-get clean
1313
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/"]
1414
ADD run.sh .

0 commit comments

Comments
 (0)