Skip to content

Commit

Permalink
fix docker build from Dockerfile.release(use official signed binary f…
Browse files Browse the repository at this point in the history
…iles) issue
  • Loading branch information
liuzhi committed Jun 16, 2024
1 parent 22a897b commit 7a99ef9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN go build -o qclient ./main.go

RUN go install github.com/fullstorydev/grpcurl/cmd/[email protected]

FROM alpine:3.19
# FROM alpine:3.19
FROM debian:bullseye

ARG NODE_VERSION
ARG GIT_REPO
Expand Down
3 changes: 2 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ name: quilibrium
services:
node:
# image: ${QUILIBRIUM_IMAGE_NAME:-quilibrium}
image: eth2dev/quilibrium:v1.4.19-p1
image: eth2dev/quilibrium:v1.4.19-p1-signed
container_name: "quil"
restart: unless-stopped
# command: ["--signature-check=false"]
environment:
- DEFAULT_LISTEN_GRPC_MULTIADDR=/ip4/0.0.0.0/tcp/8337
- DEFAULT_LISTEN_REST_MULTIADDR=/ip4/0.0.0.0/tcp/8338
Expand Down

0 comments on commit 7a99ef9

Please sign in to comment.