Skip to content

Commit

Permalink
Chain prometheus explorer release (#217)
Browse files Browse the repository at this point in the history
* fixet release flow

* bump version

* updated lock fil

* test
  • Loading branch information
lassemand authored Sep 12, 2024
1 parent 1ed5025 commit dc731dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chain-prometheus-exporter/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chain-prometheus-exporter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chain-prometheus-exporter"
version = "1.2.2"
version = "1.2.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions chain-prometheus-exporter/scripts/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG build_image
ARG base_image
ARG build_image=rust:1.76-buster
ARG base_image=debian:buster-slim
FROM ${build_image} AS build

WORKDIR /build
Expand Down

0 comments on commit dc731dd

Please sign in to comment.