Skip to content

Commit

Permalink
Update konnect and kwmserver (#204)
Browse files Browse the repository at this point in the history
* Update konnect and kwmserver

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* readd mime type workaround to web container

Signed-off-by: Felix Bartels <felix@host-consultants.de>
  • Loading branch information
fbartels authored Jul 12, 2019
1 parent d4c8b57 commit 3a18f22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion konnect/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CODE_VERSION=0.23.5
ARG CODE_VERSION=0.24.0
FROM kopano/konnectd:${CODE_VERSION}

ARG VCS_REF
Expand Down
2 changes: 1 addition & 1 deletion kwmserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CODE_VERSION=0.15.3
ARG CODE_VERSION=0.16.0
FROM kopano/kwmserverd:${CODE_VERSION}

ARG VCS_REF
Expand Down
3 changes: 3 additions & 0 deletions web/kweb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
gzip
header / Server kweb

# TODO this should actually not be neccesary since the container has the mailcap package installed
mime .json application/json

tls {%EMAIL%}

limits {
Expand Down

0 comments on commit 3a18f22

Please sign in to comment.