Skip to content

Commit

Permalink
chore: update docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
x-wagmi committed Aug 14, 2024
1 parent 4d76264 commit 13afd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN go mod download
RUN cd cmd/chainbridge && go build -o /bridge .

# # final stage
FROM debian:stretch-slim
FROM debian:buster
RUN apt-get -y update && apt-get -y upgrade && apt-get install ca-certificates wget -y
RUN wget -P /usr/local/bin/ https://chainbridge.ams3.digitaloceanspaces.com/subkey-rc6 \
&& mv /usr/local/bin/subkey-rc6 /usr/local/bin/subkey \
Expand All @@ -18,4 +18,4 @@ RUN subkey --version
COPY --from=builder /bridge ./
RUN chmod +x ./bridge

ENTRYPOINT ["./bridge"]
ENTRYPOINT ["./bridge"]

0 comments on commit 13afd30

Please sign in to comment.