Skip to content

Commit

Permalink
Update metrics library
Browse files Browse the repository at this point in the history
Jira:
  • Loading branch information
Eduardo Ramos Testillano (eramedu) committed Apr 20, 2023
1 parent 46e481c commit c458842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG build_type=Release
ARG ert_logger_ver=v1.0.10
ARG jupp0r_prometheuscpp_ver=v0.13.0
ARG civetweb_civetweb_ver=v1.14
ARG ert_metrics_ver=v1.0.1
ARG ert_metrics_ver=v1.0.2

ARG base_os=ubuntu
RUN if [ "${base_os}" = "alpine" ] ; then apk update && apk add doxygen graphviz && rm -rf /var/cache/apk/* ; elif [ "${base_os}" = "ubuntu" ] ; then apt-get update && apt-get install -y doxygen graphviz && apt-get clean ; fi
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ert_logger_ver__dflt=v1.0.10
jupp0r_prometheuscpp_ver__dflt=v0.13.0
# 3rd party used by prometheus:
civetweb_civetweb_ver__dflt=v1.14
ert_metrics_ver__dflt=v1.0.1
ert_metrics_ver__dflt=v1.0.2
registry=ghcr.io/testillano

#############
Expand Down

0 comments on commit c458842

Please sign in to comment.