Skip to content

Commit

Permalink
Update library versions
Browse files Browse the repository at this point in the history
logger: v1.0.10 -> v1.1.0
queuedispatcher: v1.0.2 -> v1.0.3
metrics: v1.0.2 -> v1.0.3
  • Loading branch information
testillano authored and Eduardo Ramos Testillano (eramedu) committed Aug 2, 2023
1 parent dee44c8 commit 951798f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ WORKDIR /code/build

ARG make_procs=4
ARG build_type=Release
ARG ert_logger_ver=v1.0.10
ARG ert_queuedispatcher_ver=v1.0.2
ARG ert_logger_ver=v1.1.0
ARG ert_queuedispatcher_ver=v1.0.3
ARG jupp0r_prometheuscpp_ver=v0.13.0
ARG civetweb_civetweb_ver=v1.14
ARG ert_metrics_ver=v1.0.2
ARG ert_metrics_ver=v1.0.3

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
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ base_os__dflt=ubuntu
base_tag__dflt=latest
make_procs__dflt=$(grep processor /proc/cpuinfo -c)
build_type__dflt=Release
ert_logger_ver__dflt=v1.0.10
ert_queuedispatcher_ver__dflt=v1.0.2
ert_logger_ver__dflt=v1.1.0
ert_queuedispatcher_ver__dflt=v1.0.3
jupp0r_prometheuscpp_ver__dflt=v0.13.0
# 3rd party used by prometheus:
civetweb_civetweb_ver__dflt=v1.14
ert_metrics_ver__dflt=v1.0.2
ert_metrics_ver__dflt=v1.0.3
registry=ghcr.io/testillano

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

0 comments on commit 951798f

Please sign in to comment.