Skip to content

Commit

Permalink
Update latest version to 9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattermod committed Mar 27, 2024
1 parent 166f9ca commit b6da56e
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/9.6.0/mattermost-9.6.0-linux-amd64.tar.gz?src=docker"
ARG MM_PACKAGE="https://releases.mattermost.com/9.6.1/mattermost-9.6.1-linux-amd64.tar.gz?src=docker"

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

0 comments on commit b6da56e

Please sign in to comment.