Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Sep 30, 2023
1 parent b1b2957 commit 2513676
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Build
run: |
cargo +nightly build --release -p hyperbridge
mv ./target/release/hyperbridge ./
- name: Install Cargo get
run: cargo install cargo-get
Expand Down
2 changes: 1 addition & 1 deletion parachain/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperbridge"
version = "0.1.1"
version = "0.1.2"
authors = ["Polytope Labs <[email protected]>"]
description = "The Hyperbridge parachain node"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/slim.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/library/debian:bullseye-slim

WORKDIR /

COPY ./hyperbridge ./
COPY ./target/release/hyperbridge ./


ENTRYPOINT ["./hyperbridge"]

0 comments on commit 2513676

Please sign in to comment.