Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Bump to MM 5.3.1 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuhner authored and pichouk committed Sep 19, 2018
1 parent f6744c0 commit 788cb9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.8

# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.3.0
ENV MM_VERSION=5.3.1

# Build argument to set Mattermost edition
ARG edition=enterprise
Expand Down
2 changes: 1 addition & 1 deletion contrib/kubernetes/mattermost.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: mattermost-app
image: "mattermost/mattermost-prod-app:5.3.0"
image: "mattermost/mattermost-prod-app:5.3.1"
env:
- name: DB_HOST
valueFrom:
Expand Down

0 comments on commit 788cb9f

Please sign in to comment.