Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from graphops/petko/add-ca-certificates-to-doc…
Browse files Browse the repository at this point in the history
…kerfile

chore: add ca-certificates to Dockerfile
  • Loading branch information
chriswessels authored Mar 14, 2023
2 parents 2ae985d + d76fe15 commit f8fe523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poi-radio"
version = "0.0.9"
version = "0.0.10"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description="POI Radio monitors subgraph data integrity in real time using Graphcast SDK"
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update \
libpq-dev \
pkg-config \
libssl-dev \
ca-certificates \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY --from=build-image "/poi-radio/target/release/poi-radio" "/usr/bin/local/poi-radio"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async fn main() {
BigUint::zero()
};
info!(
"Acting on behave of indexer {:#?} with stake {}",
"Acting on behalf of indexer {:#?} with stake {}",
my_address, my_stake
);

Expand Down

0 comments on commit f8fe523

Please sign in to comment.