Skip to content

Commit

Permalink
feat: upgrade to v8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remiheens committed Oct 8, 2023
1 parent 7f309c0 commit d85c498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependabot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/remiheens/mattermost-docker-arm/dependabot
go 1.19

require (
github.com/mattermost/mattermost-server/v6 v8.1.2
github.com/mattermost/mattermost-server/v6 v8.1.3
github.com/mattermost/mmctl v0.0.0-20211221153052-1bb2fec4c15e
)
4 changes: 2 additions & 2 deletions docker-compose.yml.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
db:
image: rheens/mattermost-db:v7.10.0
image: rheens/mattermost-db:v8.1.3
restart: unless-stopped
volumes:
- ./volumes/db/var/lib/postgresql/data:/var/lib/postgresql/data
Expand All @@ -12,7 +12,7 @@ services:
- POSTGRES_PASSWORD=
- POSTGRES_DB=
app:
image: rheens/mattermost-app:v7.10.0
image: rheens/mattermost-app:v8.1.3
restart: unless-stopped
volumes:
- ./volumes/app/mattermost/config:/mattermost/config:rw
Expand Down

0 comments on commit d85c498

Please sign in to comment.