commit dd2bea0007b009f395bd112758d1d9991439c7b4
Author: Wim <wim@42.be>
Date: Sat Aug 20 18:08:04 2016 +0000
diff --git a/Dockerfile b/Dockerfile
index 82b343d..e2f5466 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -210 +210 @@ FROM alpine:edge
ENTRYPOINT ["/bin/matterbridge"]
COPY . /go/src/github.com/42wim/matterbridge
-RUN apk update && apk add go git gcc musl-dev \
+RUN apk update && apk add go git gcc musl-dev ca-certificates \
- && apk del --purge git go
+ && apk del --purge git go gcc musl-dev
diff --git a/README.md b/README.md
index 4a562c4..093566b 100644
--- a/README.md
+++ b/README.md
@@ -157 +157 @@ Configuration changes since v0.5.0 can be found in [changelog.md] (https://githu
## Requirements:
* [Mattermost] (https://github.com/mattermost/platform/)
### Compatibility
-* Matterbridge v0.6.0 (no binaries yet) works with mattermost 3.3.0 and higher [3.3.0 release](https://github.com/mattermost/platform/releases/tag/v3.3.0)
+* Matterbridge v0.6.0 works with mattermost 3.3.0 and higher [3.3.0 release](https://github.com/mattermost/platform/releases/tag/v3.3.0)
* Matterbridge v0.5.0 works with mattermost 3.0.0 - 3.2.0 [3.2.0 release](https://github.com/mattermost/platform/releases/tag/v3.2.0)
@@ -276 +277 @@ Configuration changes since v0.5.0 can be found in [changelog.md] (https://githu
## binaries
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
+* For use with mattermost 3.3.0 [v0.6.0-beta1](https://github.com/42wim/matterircd/releases/tag/v0.6.0-beta1)
* For use with mattermost 3.0.0-3.2.0 [v0.5.0](https://github.com/42wim/matterircd/releases/tag/v0.5.0)
## building
diff --git a/matterbridge.go b/matterbridge.go
index 58916a6..c11cc43 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -87 +87 @@ import (
log "github.com/Sirupsen/logrus"
)
-var version = "0.6.0-dev"
+var version = "0.6.0-beta1"
func init() {
log.SetFormatter(&log.TextFormatter{FullTimestamp: true})