1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 21:33:02 +00:00

add version tagging to the web and konnect image (#78)

This commit is contained in:
Felix Bartels
2019-01-11 08:06:21 +01:00
committed by GitHub
parent e59d26986b
commit a630007059
7 changed files with 39 additions and 11 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
FROM kopano/konnectd:0.16.1
ARG CODE_VERSION=0.16.1
FROM kopano/konnectd:${CODE_VERSION}
ARG CODE_VERSION
ENV CODE_VERSION="${CODE_VERSION}"
RUN apk add --update \
openssl \