Bump to MM 5.3.1 (#310)

This commit is contained in:
Pierre Kuhner 2018-09-19 10:24:20 +02:00 committed by Kyâne Pichou
parent f6744c052d
commit 788cb9f641
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.8
# Some ENV variables # Some ENV variables
ENV PATH="/mattermost/bin:${PATH}" ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.3.0 ENV MM_VERSION=5.3.1
# Build argument to set Mattermost edition # Build argument to set Mattermost edition
ARG edition=enterprise ARG edition=enterprise

View File

@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: mattermost-app - name: mattermost-app
image: "mattermost/mattermost-prod-app:5.3.0" image: "mattermost/mattermost-prod-app:5.3.1"
env: env:
- name: DB_HOST - name: DB_HOST
valueFrom: valueFrom: