From 10cffe561c647cc9ccc301a0115928bdc9dbe229 Mon Sep 17 00:00:00 2001 From: Felix Bartels <1257835+fbartels@users.noreply.github.com> Date: Mon, 14 Mar 2022 15:29:56 +0100 Subject: [PATCH] Update Konnect to 0.34 (#491) Fixes https://github.com/zokradonh/kopano-docker/issues/490 Signed-off-by: Felix Bartels --- konnect/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konnect/Dockerfile b/konnect/Dockerfile index a7f4700..ac5bdda 100644 --- a/konnect/Dockerfile +++ b/konnect/Dockerfile @@ -1,4 +1,4 @@ -ARG CODE_VERSION=0.33.11 +ARG CODE_VERSION=0.34.0 FROM golang:1.15-alpine3.12 as builder-sponge