Update latest version to 8.1.1

Этот коммит содержится в:
mattermod
2023-09-05 17:03:02 +00:00
родитель f4b58d602b
Коммит 1fb8772ef9

Просмотреть файл

@@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV PATH="/mattermost/bin:${PATH}"
ARG PUID=2000
ARG PGID=2000
ARG MM_PACKAGE="https://releases.mattermost.com/8.1.0/mattermost-8.1.0-linux-amd64.tar.gz?src=docker"
ARG MM_PACKAGE="https://releases.mattermost.com/8.1.1/mattermost-8.1.1-linux-amd64.tar.gz?src=docker"
# # Install needed packages and indirect dependencies
RUN apt-get update \