Skip to content

Commit

Permalink
Update latest version to 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattermod committed Sep 13, 2023
1 parent 19b843c commit 1ef935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1/mattermost-8.1.1-linux-amd64.tar.gz?src=docker"
ARG MM_PACKAGE="https://releases.mattermost.com/8.1.2/mattermost-8.1.2-linux-amd64.tar.gz?src=docker"

# # Install needed packages and indirect dependencies
RUN apt-get update \
Expand Down

0 comments on commit 1ef935c

Please sign in to comment.