1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Add tag to kopano_ssl image (#152)

switch kopano_ssl from apline:latest to alpine:3.9
add tagging and publishing of tag to Makefile
update version of Konnect and Kweb since they have been update meanwhile
This commit is contained in:
Felix Bartels
2019-05-10 20:30:37 +02:00
committed by GitHub
parent 0f98176282
commit 5dd163467d
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG CODE_VERSION=0.6.0
ARG CODE_VERSION=0.6.1
FROM kopano/kwebd:${CODE_VERSION}
ARG CODE_VERSION
ENV CODE_VERSION="${CODE_VERSION}"