From 0ae33481997e2b2b955d9f6aed6526abc539e13b Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Thu, 7 Nov 2019 16:25:05 +0300 Subject: [PATCH] Update Erlang to 21.3.8.7 (#440) --- Jenkinsfile | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9d32b1b..dcd6fff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ build('capi', 'docker-host', finalHook) { sh 'make wc_xref' } runStage('dialyze') { - withWsCache("_build/default/rebar3_21.3.8.4_plt") { + withWsCache("_build/default/rebar3_21.3.8.7_plt") { sh 'make wc_dialyze' } } diff --git a/Makefile b/Makefile index 0f1419f..733ca5f 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,9 @@ SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG) # Base image for the service BASE_IMAGE_NAME := service-erlang -BASE_IMAGE_TAG := 294d280ff42e6c0cc68ab40fe81e76a6262636c4 +BASE_IMAGE_TAG := da0ab769f01b650b389d18fc85e7418e727cbe96 -BUILD_IMAGE_TAG := c66dc597fdc30abcb7a6368ba7cc13c02151f8de +BUILD_IMAGE_TAG := 4536c31941b9c27c134e8daf0fd18848809219c9 CALL_ANYWHERE := \ submodules \