Skip to content

Commit 5479641

Browse files
committed
Fix Docker build
1 parent b87a83c commit 5479641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ postgres-openssl = "0.5"
3030
primitive-types = "0.8"
3131
prometheus = "0.13"
3232
rand = { version = "0.8", features = ["small_rng"] }
33-
receipts = { git = "ssh://git@github.com/edgeandnode/receipts.git", rev = "ec03f80" }
33+
receipts = { git = "ssh://git@github.com/edgeandnode/receipts.git", rev = "74dec24" }
3434
reqwest = { version = "0.11", features = ["json"] }
3535
secp256k1 = "0.20"
3636
serde = "1.0"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.56-buster AS build
1+
FROM rust:1.58-buster AS build
22

33
ARG GH_USER
44
ARG GH_TOKEN

0 commit comments

Comments
 (0)