Skip to content

Commit 87e06f3

Browse files
committed
chore: Upgrade to v11.7.3
1 parent 2b3de20 commit 87e06f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ MATTERMOST_BLEVE_INDEXES_PATH=./volumes/app/mattermost/bleve-indexes
2323
MM_BLEVESETTINGS_INDEXDIR=/mattermost/bleve-indexes
2424

2525
## Update the image tag if you want to upgrade your Mattermost version. You may also upgrade to the latest one.
26-
MATTERMOST_IMAGE_TAG=v11.7.2
26+
MATTERMOST_IMAGE_TAG=v11.7.3
2727

2828
## Make Mattermost container readonly. This interferes with the regeneration of root.html inside the container. Only use
2929
## it if you know what you're doing.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The entire idea behind this repository is to run the build process in a containe
1717

1818
```bash
1919
$ # pick a version
20-
$ export $(grep MATTERMOST_IMAGE_TAG= .env) # e.g. MATTERMOST_IMAGE_TAG=v11.7.2
20+
$ export $(grep MATTERMOST_IMAGE_TAG= .env) # e.g. MATTERMOST_IMAGE_TAG=v11.7.3
2121
$ cd docker
2222
$ docker build \
2323
-t mattermost-enterprise-edition:$MATTERMOST_IMAGE_TAG \
@@ -51,7 +51,7 @@ Untested, but something like this should work. Make sure to pass `run.env` as th
5151

5252
```bash
5353
$ # pick a version
54-
$ export $(grep MATTERMOST_IMAGE_TAG= .env) # e.g. MATTERMOST_IMAGE_TAG=v11.7.2
54+
$ export $(grep MATTERMOST_IMAGE_TAG= .env) # e.g. MATTERMOST_IMAGE_TAG=v11.7.3
5555
$ docker run \
5656
--name=mattermost \
5757
--env-file=run.env \

0 commit comments

Comments
 (0)