From 8370961d395c28640892fbe5c95f488159f01655 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Wed, 29 Jan 2020 20:46:48 +0100 Subject: [PATCH] increase version of base image Signed-off-by: Felix Bartels --- base/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index b929948..98d981a 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -8,11 +8,12 @@ ARG KOPANO_CORE_VERSION=newest ARG KOPANO_REPOSITORY_FLAGS="trusted=yes" ARG RELEASE_KEY_DOWNLOAD=0 +# Both UID and GID should not be set to values above 999 ARG KOPANO_UID=999 ARG KOPANO_GID=999 ENV \ - BASE_VERSION=1.3.0 \ + BASE_VERSION=1.4.0 \ DEBUG="" \ DEBIAN_FRONTEND=noninteractive