From 470efcc185af95e27fba1b780ecb1f5fc8a7a64f Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 19 Dec 2018 23:02:30 +0100 Subject: [PATCH] bump to 5.6.1 --- app/Dockerfile | 2 +- contrib/kubernetes/mattermost.deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index ba99cf4..acbb563 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.7 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=5.6.0 +ENV MM_VERSION=5.6.1 # Build argument to set Mattermost edition ARG edition=enterprise diff --git a/contrib/kubernetes/mattermost.deployment.yaml b/contrib/kubernetes/mattermost.deployment.yaml index b8679e8..f7437ea 100644 --- a/contrib/kubernetes/mattermost.deployment.yaml +++ b/contrib/kubernetes/mattermost.deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: mattermost-app - image: "mattermost/mattermost-prod-app:5.6.0" + image: "mattermost/mattermost-prod-app:5.6.1" env: - name: DB_HOST valueFrom: