From 88cd14c8e4e588398490f6debec25a3c41ccc4db Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 14 Nov 2019 10:11:16 +0100 Subject: [PATCH] chg: Update kal-shlib-docker lib to ``0.0.5`` This update is not expected to have a lot of incidence, it is just to keep up with docker lib, and if several bugs were corrected in this update, the correction were on function that are not used in compose nor charms for now. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 933cad5..8b5b4f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV KAL_SHLIB_ARRAY_VERSION="0.2.0" \ KAL_SHLIB_CONFIG_VERSION="0.0.2" \ KAL_SHLIB_CORE_VERSION="0.7.0" \ KAL_SHLIB_FIREWALL_VERSION="0.2.0" \ - KAL_SHLIB_DOCKER_VERSION="0.0.1" \ + KAL_SHLIB_DOCKER_VERSION="0.0.5" \ KAL_SHLIB_OTHER_VERSION="0.2.2" \ KAL_SHLIB_PRETTY_VERSION="0.4.3"