Skip to content

Commit

Permalink
bump to 5.11.0 (mattermost#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored May 16, 2019
1 parent 1893b95 commit 548091e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.9

# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.10.0
ENV MM_VERSION=5.11.0

# 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.10.0"
image: "mattermost/mattermost-prod-app:5.11.0"
env:
- name: DB_HOST
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion contrib/swarm/docker-stack-traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
condition: on-failure
app:
# use official mattermost prod-app image
image: mattermost/mattermost-prod-app:5.10.0
image: mattermost/mattermost-prod-app:5.11.0
networks:
- mm-in
- mm-out
Expand Down
2 changes: 1 addition & 1 deletion contrib/swarm/docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
condition: on-failure
app:
# use official mattermost prod-app image
image: mattermost/mattermost-prod-app:5.10.0
image: mattermost/mattermost-prod-app:5.11.0
networks:
- mm-in
- mm-out
Expand Down

0 comments on commit 548091e

Please sign in to comment.