Skip to content

Commit

Permalink
Update latest version to 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattermod committed Dec 14, 2023
1 parent 433a644 commit bb9c695
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.2.3/mattermost-9.2.3-linux-amd64.tar.gz?src=docker"
ARG MM_PACKAGE="https://releases.mattermost.com/9.3.0/mattermost-9.3.0-linux-amd64.tar.gz?src=docker"

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

0 comments on commit bb9c695

Please sign in to comment.