mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
parent
09e2f7c870
commit
ddaa07e35f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ FROM alpine:3.12
|
|||
ENV PATH="/mattermost/bin:${PATH}"
|
||||
ARG PUID=2000
|
||||
ARG PGID=2000
|
||||
ARG MM_PACKAGE="https://releases.mattermost.com/5.37.1/mattermost-5.37.1-linux-amd64.tar.gz?src=docker"
|
||||
ARG MM_PACKAGE="https://releases.mattermost.com/5.38.1/mattermost-5.38.1-linux-amd64.tar.gz?src=docker"
|
||||
|
||||
|
||||
# Install some needed packages
|
||||
|
|
|
|||
Loading…
Reference in a new issue